From: Vadim Trochinsky Date: Sun, 23 May 2010 13:23:52 +0000 (+0400) Subject: Remove stereo mode change check. Not needed anymore since interlaced stereo init... X-Git-Url: https://git.jsancho.org/?a=commitdiff_plain;h=37aebc9e3fe24a45f04b35ff27e9d767014f3247;hp=-c;p=lugaru.git Remove stereo mode change check. Not needed anymore since interlaced stereo init is fast now, and it doesn't do anything useful anymore. --- 37aebc9e3fe24a45f04b35ff27e9d767014f3247 diff --git a/Source/GameTick.cpp b/Source/GameTick.cpp index 5b10d58..4d7af69 100644 --- a/Source/GameTick.cpp +++ b/Source/GameTick.cpp @@ -3694,10 +3694,8 @@ void Game::Tick() flashamount=1; flashdelay=1; - if ( stereomode != newstereomode ) { - stereomode = newstereomode; - InitStereo(stereomode); - } + stereomode = newstereomode; + InitStereo(stereomode); mainmenu=3; }