]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Remove some extra declarations of "channels"
[lugaru.git] / Source / Globals.cpp
index 20a5452d41e9cbc33fc111e4d4b266ee25318837..a4fa92e65be18f850bcb020e03de494d82df8b8e 100644 (file)
@@ -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;