diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 192f0ecce5..30936fa941 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -157,8 +157,7 @@ void GameState::Reset() ResetStageStatistics(); FOREACH_PlayerNumber( pn ) - if( PROFILEMAN->ProfileWasLoadedFromMemoryCard(pn) ) - PROFILEMAN->UnloadProfile( pn ); + PROFILEMAN->UnloadProfile( pn ); SONGMAN->FreeAllLoadedFromProfiles(); SONGMAN->UpdateBest();