This commit is contained in:
Paul 2001-05-30 14:58:29 +00:00
parent b4b7e9bb10
commit 9ebc63835d
13 changed files with 260 additions and 135 deletions

View file

@ -127,7 +127,7 @@ void CGameSlotManager::eraseGameSlot(unsigned int _slot)
slot->m_lives=INITIAL_LIVES;
slot->m_continues=INITIAL_CONTINUES;
slot->m_maxLevelCompleted=0;
for(i=0;i<NUM_CHAPTERS*NUM_LEVELS;i++)
for(i=0;i<NUM_CHAPTERS_WITH_SPATULAS*NUM_LEVELS_WITH_SPATULAS;i++)
{
for(j=0;j<8;j++)
{