]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
cleanup, renamed rotations to yaw/pitch
[lugaru.git] / Source / Globals.cpp
index fedc0e5a580d44bddcef6f81ba8694588679f3de..6add2e26c628899f353e29288aa39fb1d618798f 100644 (file)
@@ -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;