diff --git a/source/game/gameslot.cpp b/source/game/gameslot.cpp index 755c99189..e8ad92a80 100644 --- a/source/game/gameslot.cpp +++ b/source/game/gameslot.cpp @@ -93,9 +93,6 @@ void CGameSlotManager::init() } setActiveSlot(0); -#ifdef __USER_CDBUILD__ - s_gameSlots[0].m_isInUse=true; -#endif }