]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
Some cleans, some duplicated code corrected.
[lugaru.git] / Source / Game.h
index 74e3a5d29e0eb6861569a644932ac24e4b1aa4d8..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,6 +225,7 @@ class Game
                void LoadScreenTexture();
                void LoadStuff();
                void LoadingScreen();
+               void LoadCampaign();
                void FadeLoadingScreen(float howmuch);
                void Dispose();
                int DrawGLScene(StereoSide side);