diff --git a/source/game/gameslot.cpp b/source/game/gameslot.cpp index 1cff6a61f..2b544c267 100644 --- a/source/game/gameslot.cpp +++ b/source/game/gameslot.cpp @@ -65,7 +65,7 @@ void CGameSlotManager::init() } setActiveSlot(0); -#ifdef __VERSION_DEBUG__ +#ifdef __USER_CDBUILD__ s_gameSlots[0].m_isInUse=true; #endif }