]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Removed commented out code
[lugaru.git] / Source / Globals.cpp
index 16d350da381750789b41c8d93b28bbbd2fd6fa35..2969af52c1347281223aa8118e4a0776ea23105a 100644 (file)
@@ -167,7 +167,7 @@ float skyboxlightb = 0;
 int hostile = 0;
 float hostiletime = 0;
 
-XYZ envsound[30]; // = {0};
+XYZ envsound[30];
 float envsoundvol[30] = {0};
 float envsoundlife[30] = {0};
 int numenvsounds;
@@ -186,8 +186,6 @@ bool campaign = false;
 
 bool gamestarted = false;
 
-//TextureList textures;
-
 StereoMode stereomode =  stereoNone;
 StereoMode newstereomode = stereoNone;
 float stereoseparation = 0.05;