diff --git a/source/game/game.cpp b/source/game/game.cpp index f8928a9e1..b6573a1ff 100644 --- a/source/game/game.cpp +++ b/source/game/game.cpp @@ -239,7 +239,7 @@ void CGameScene::think(int _frames) else if(s_levelFinished) { s_globalLevelSelectThing++; - s_globalLevelSelectThing&=3; +// s_globalLevelSelectThing&=3; shutdownLevel(); initLevel();