clean up Course cache logic

This commit is contained in:
Chris Danford
2004-07-24 06:40:51 +00:00
parent 512d5d1b3f
commit b028934429
13 changed files with 109 additions and 31 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ void GameState::Reset()
/* We may have cached trails from before everything was loaded (eg. from before
* SongManager::UpdateBest could be called). Erase the cache. */
SONGMAN->FlushCaches();
SONGMAN->RegenerateNonFixedCourses();
g_vPlayedStageStats.clear();