From 0f8698d7b3211e127214c9e77fa885a77aca879d Mon Sep 17 00:00:00 2001 From: Daveo Date: Tue, 1 May 2001 18:19:51 +0000 Subject: [PATCH] --- source/game/game.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();