]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
Some cleans, some duplicated code corrected.
[lugaru.git] / Source / Game.h
index 56b65c257773b5510c9ec39ad6f4db4a3300398b..5243716ac2e890dcac5062c184d86cafff13d586 100644 (file)
@@ -144,8 +144,6 @@ class Game
                int campaignchoosenext[50];
                int campaignnumnext[50];
                int campaignnextlevel[50][10];
-               int campaignchoicesmade;
-               int campaignchoices[5000];
                int campaignlocationx[50];
                int campaignlocationy[50];
                int campaignchoicenum;
@@ -227,9 +225,11 @@ class Game
                void LoadScreenTexture();
                void LoadStuff();
                void LoadingScreen();
+               void LoadCampaign();
                void FadeLoadingScreen(float howmuch);
                void Dispose();
                int DrawGLScene(StereoSide side);
+               void DrawMenu();
                void DrawGL();
         //factored from Tick() -sf17k
                void MenuTick();