From e2b1391a9eb1417b7596706e7f5788db6ffb89a5 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 6 Mar 2001 17:10:23 +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 b3118ce71..2246d3ca0 100644 --- a/source/game/game.cpp +++ b/source/game/game.cpp @@ -75,7 +75,7 @@ MATRIX CGameScene::CamMtx; #ifndef __USER_paul__ int s_globalLevelSelectThing=0; #else -int s_globalLevelSelectThing=1; +int s_globalLevelSelectThing=120; #endif int CGameScene::s_readyToExit; int CGameScene::s_levelFinished;