From 7f8d66a2a5727536d754f07caf9340305d4f75c5 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 2 Mar 2001 21:26:07 +0000 Subject: [PATCH] --- source/game/game.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/game/game.cpp b/source/game/game.cpp index 369f16aab..1e74d1f77 100644 --- a/source/game/game.cpp +++ b/source/game/game.cpp @@ -72,7 +72,11 @@ MATRIX CGameScene::CamMtx; /*****************************************************************************/ +#ifndef __USER_paul__ int s_globalLevelSelectThing=0; +#else +int s_globalLevelSelectThing=1; +#endif int CGameScene::s_readyToExit; int exitToNextLevel;