]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Globals.cpp
Cleanup SDL video routines
[lugaru.git] / Source / Globals.cpp
index e0b189d811cf209b2da7594927f1eaef20d0920d..6c59eb28b75d06684f52f7e0a908ce472a7016b3 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
+bool  stereoreverse = false;