X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=9c5d79d6114faff20c08bd53f6d920e7f88f5000;hb=64560867a9b6486d601784a2fe4ba6149d31b7aa;hp=8c09b7b1304eaa3740fdf77ea4d7cc76d00db31b;hpb=bb10d5d29efb774db509c87063f1294980b127c8;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index 8c09b7b..9c5d79d 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;