]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Reading debug mode from config again, but command line option overrides it
[lugaru.git] / Source / Globals.cpp
index 8c09b7b1304eaa3740fdf77ea4d7cc76d00db31b..c5a336e6ce64b1b67bedfb4e3f25f82fecb01b21 100644 (file)
@@ -108,14 +108,6 @@ int mainmenu = 0;
 int whichjointstartarray[26] = {0};
 int whichjointendarray[26] = {0};
 
-int numhotspots = 0;
-XYZ hotspot[40];
-int hotspottype[40] = {0};
-float hotspotsize[40] = {0};
-char hotspottext[40][256] = {0};
-int currenthotspot = 0;
-int killhotspot = 0;
-
 float smoketex = 0;
 
 float slomospeed = 0;
@@ -158,8 +150,6 @@ int numenvsounds;
 
 bool debugmode = false;
 
-bool campaign = false;
-
 bool gamestarted = false;
 
 StereoMode stereomode =  stereoNone;