Add GetRandomCourse

change GetRandom* to behave like a shuffle so it doesn't pick back-to-back dupes
This commit is contained in:
Chris Danford
2004-02-01 23:06:07 +00:00
parent 2599b32633
commit ef8010e998
4 changed files with 33 additions and 6 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ void GameState::Reset()
ResetMusicStatistics();
ResetStageStatistics();
SONGMAN->UpdateBest();
SONGMAN->UpdateBestAndShuffled();
g_vPlayedStageStats.clear();