fix AccumStageStats doesn't get cleared between games

This commit is contained in:
Chris Danford
2005-03-26 17:30:37 +00:00
parent 413cbfdeb4
commit c500975854
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ void GameState::Reset()
* SongManager::UpdateBest could be called). Erase the cache. */
SONGMAN->RegenerateNonFixedCourses();
STATSMAN->m_vPlayedStageStats.clear();
STATSMAN->Reset();
m_SongOptions.Init();