X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=eae0bd07f0590fbda565f78b41bd0c97c2a3068e;hb=419740b5c1ff7bab1c66b6be545dd429a8d4bdb9;hp=e0b189d811cf209b2da7594927f1eaef20d0920d;hpb=981c1179fab6849d216942a7053a24a36f36078c;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index e0b189d..eae0bd0 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -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