allow freeing steps from a specific profile

This commit is contained in:
Glenn Maynard
2005-04-25 00:09:59 +00:00
parent dcafde0088
commit 96bcbbc820
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -185,7 +185,7 @@ void GameState::Reset()
FOREACH_PlayerNumber( pn )
PROFILEMAN->UnloadProfile( pn );
SONGMAN->FreeAllLoadedFromProfiles();
SONGMAN->FreeAllLoadedFromProfile();
SONGMAN->UpdateBest();
SONGMAN->UpdateShuffled();
@@ -385,7 +385,7 @@ void GameState::EndGame()
// MEMCARDMAN->FlushAndReset();
CHECKPOINT;
SONGMAN->FreeAllLoadedFromProfiles();
SONGMAN->FreeAllLoadedFromProfile();
// make sure we don't execute EndGame twice.
m_timeGameStarted.SetZero();