]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
major refactor of menu system, part 1
[lugaru.git] / Source / Game.h
index fc89b4cf0f86c680e188eb87ab355aab06dbc8b2..bc7ac539fc62b39b1c5fb650cdc489c1dd7a4e72 100644 (file)
@@ -168,12 +168,6 @@ class Game
                GLuint cursortexture;
                GLuint Mainmenuitems[10];
 
-               int nummenuitems;
-               int startx[100];
-               int starty[100];
-               int endx[100];
-               int endy[100];
-               float selectedlong[100];
                int selected;
                int keyselect;
                int indemo;
@@ -221,6 +215,8 @@ class Game
                std::vector<CampaignLevel> campaignlevels;
                int whichchoice;
                int actuallevel;
+               bool winhotspot;
+               bool windialogue;
 
                bool minimap;