]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Remove commented out code
[lugaru.git] / Source / Globals.cpp
index e0b189d811cf209b2da7594927f1eaef20d0920d..eae0bd07f0590fbda565f78b41bd0c97c2a3068e 100644 (file)
@@ -120,6 +120,7 @@ char mapname[256] = {0};
 bool loadingstuff = 0;
 bool stillloading = 0;
 bool showpoints = 0;
+bool showdamagebar = 0;
 bool alwaysblur = 0;
 bool immediate = 0;
 bool velocityblur = 0;
@@ -268,6 +269,7 @@ bool gamestarted = 0;
 
 //TextureList textures;
 
-StereoMode stereomode =  stereoHorizontalInterlaced;
+StereoMode stereomode =  stereoNone;
+StereoMode newstereomode = stereoNone;
 float stereoseparation = 0.05;
 bool  stereoreverse = false;
\ No newline at end of file