This commit is contained in:
Paul 2001-06-10 22:56:33 +00:00
parent a1b011dfaa
commit 0079e80562
6 changed files with 455 additions and 67 deletions

View file

@ -65,6 +65,9 @@ void CGameSlotManager::init()
}
setActiveSlot(0);
#ifdef __VERSION_DEBUG__
s_gameSlots[0].m_isInUse=true;
#endif
}
@ -78,7 +81,6 @@ void CGameSlotManager::setActiveSlot(unsigned int _slot)
{
ASSERT(_slot<=NUM_GAME_SLOTS);
s_currentGameSlot=&s_gameSlots[_slot];
s_currentGameSlot->m_isInUse=true;
}