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;