X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=d8d430d0ab7549f2823b54f9e0d51836d1e304d9;hb=3455f3a84eef6a73f39a4267da445c7998c3515e;hp=8c09b7b1304eaa3740fdf77ea4d7cc76d00db31b;hpb=4d0ec1838440e55f24e8ec9501a62348cd9e2ec3;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index 8c09b7b..d8d430d 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -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; @@ -156,9 +148,7 @@ float envsoundvol[30] = {0}; float envsoundlife[30] = {0}; int numenvsounds; -bool debugmode = false; - -bool campaign = false; +bool devtools = false; bool gamestarted = false;