load profile from memory card, fix memory card file flushing

This commit is contained in:
Chris Danford
2003-12-19 08:17:44 +00:00
parent c8419edfec
commit 67a6fddcf3
10 changed files with 31 additions and 25 deletions
+2
View File
@@ -215,6 +215,8 @@ void GameState::EndGame()
pPlayerProfile->m_iNumSongsPlayedByMeter[ss.iMeter[p]]++;
}
}
MEMCARDMAN->FlushAllDisks();
}
BOOKKEEPER->WriteToDisk();