This commit is contained in:
parent
a1b011dfaa
commit
0079e80562
6 changed files with 455 additions and 67 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue