diff --git a/source/game/game.cpp b/source/game/game.cpp index b2c180071..dab1360fe 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; // Ch1 only Bodge +// s_globalLevelSelectThing&=3; // Ch1 only Bodge shutdownLevel(); initLevel();