X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=6add2e26c628899f353e29288aa39fb1d618798f;hb=320a287705c0463c6f8943ad9cf4c407c556f703;hp=fedc0e5a580d44bddcef6f81ba8694588679f3de;hpb=2edee4153ff2829f28ca0136520eb9cc37d49dbe;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index fedc0e5..6add2e2 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -120,7 +120,6 @@ XYZ windvector; short vRefNum = 0; long dirID = 0; int mainmenu = 0; -int oldmainmenu = 0; int whichjointstartarray[26] = {0}; int whichjointendarray[26] = {0}; int kBitsPerPixel = 0; @@ -131,8 +130,6 @@ int hotspottype[40] = {0}; float hotspotsize[40] = {0}; char hotspottext[40][256] = {0}; int currenthotspot = 0; -int winhotspot = 0; -int windialogue = 0; int killhotspot = 0; float menupulse = 0; @@ -186,8 +183,6 @@ bool vertexweird[6] = {0}; TGAImageRec texture; bool debugmode = false; -bool won = false; - bool campaign = false;