]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Remove some extra declarations of "channels"
[lugaru.git] / Source / Globals.cpp
index 30065b40f1e36201ec416df39dfcadb4a510d781..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};