This commit is contained in:
Paul 2001-06-13 14:48:33 +00:00
parent 9980a564ba
commit 57d7f580ef
3 changed files with 27 additions and 4 deletions

View file

@ -128,7 +128,6 @@ void CGameSlotManager::eraseGameSlot(unsigned int _slot)
slot->m_isInUse=false;
slot->m_lives=INITIAL_LIVES;
slot->m_continues=INITIAL_CONTINUES;
slot->m_maxLevelCompleted=0;
// Clear spatula and kelp token flags
for(i=0;i<NUM_CHAPTERS*NUM_LEVELS_WITH_SPATULAS;i++)