This commit is contained in:
parent
a59bdb7bb3
commit
18e1f665af
18 changed files with 245 additions and 271 deletions
|
@ -132,10 +132,7 @@ void CGameSlotManager::eraseGameSlot(unsigned int _slot)
|
|||
// Clear spatula and kelp token flags
|
||||
for(i=0;i<NUM_CHAPTERS*NUM_LEVELS_WITH_SPATULAS;i++)
|
||||
{
|
||||
for(j=0;j<16;j++)
|
||||
{
|
||||
slot->m_spatulaCollectedFlags[i][j]=0;
|
||||
}
|
||||
slot->m_spatulaCollectedCounts[i]=0;
|
||||
}
|
||||
for(i=0;i<NUM_CHAPTERS;i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue