X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.h;h=337b0bfe71f82fa6986559ef995872705a2ccde2;hb=2cd28eb24fc1b4011511b6c3ed8c025bfc74de4d;hp=56b65c257773b5510c9ec39ad6f4db4a3300398b;hpb=bbf8873b80baf3cb468ac12b3f62b0938320fef1;p=lugaru.git diff --git a/Source/Game.h b/Source/Game.h index 56b65c2..337b0bf 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -89,13 +89,8 @@ class Game float selectedlong[100]; float offsetx[100]; float offsety[100]; - float movex[100]; - float movey[100]; - float transition; - int anim; int selected; int keyselect; - int loaddistrib; int indemo; bool won; @@ -144,8 +139,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 +220,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();