X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGlobals.cpp;h=01d883915679b2c3cd23bee90779b715367bbde7;hb=5c4dee6a92fa23796ada28e5e42dee7721230d3e;hp=e0b189d811cf209b2da7594927f1eaef20d0920d;hpb=3f518d0f8cf5f083bc17732e7b8627cec3639940;p=lugaru.git diff --git a/Source/Globals.cpp b/Source/Globals.cpp index e0b189d..01d8839 100644 --- a/Source/Globals.cpp +++ b/Source/Globals.cpp @@ -268,6 +268,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