X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=a4fa92e65be18f850bcb020e03de494d82df8b8e;hb=443dd85b562cc9b1584297e0eae4206d64189932;hp=20a5452d41e9cbc33fc111e4d4b266ee25318837;hpb=fb33deea78909d498c363d973cda2c5d0d334314;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index 20a5452..a4fa92e 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -39,7 +39,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "Animation.h" bool visibleloading = 0; -int channels[100] = {0}; float volume = 0; bool ismotionblur = 0; @@ -127,7 +126,6 @@ short vRefNum = 0; long dirID = 0; int mainmenu = 0; int oldmainmenu = 0; -GLubyte texturearray[512*512*3] = {0}; int loadscreencolor = 0; int whichjointstartarray[26] = {0}; int whichjointendarray[26] = {0}; @@ -199,8 +197,6 @@ float skyboxlightr = 0; float skyboxlightg = 0; float skyboxlightb = 0; -float bonusnum[100] = {0}; - int hostile = 0; float hostiletime = 0;