From bd10a6e2125e2553b25424a5866934f901f8c541 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 21 Jul 2003 21:49:24 +0000 Subject: [PATCH] SONGMAN->UpdateBest on reset --- stepmania/src/GameState.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/GameState.cpp b/stepmania/src/GameState.cpp index 68c9836193..e259b6b6a5 100644 --- a/stepmania/src/GameState.cpp +++ b/stepmania/src/GameState.cpp @@ -85,6 +85,7 @@ void GameState::Reset() ResetMusicStatistics(); ResetStageStatistics(); + SONGMAN->UpdateBest(); m_vPassedStageStats.clear();