Simplify: use an enum instead of magic constants.

This commit is contained in:
Glenn Maynard
2003-07-27 18:39:34 +00:00
parent 6562c230e2
commit 9a5f812c8f
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ PrefsManager::PrefsManager()
m_bPickExtraStage = false;
// default to old sort order
m_iCourseSortOrder = 0;
m_iCourseSortOrder = COURSE_SORT_SONGS;
m_fLongVerSongSeconds = 60*2.5f; // Dynamite Rave is 2:55
m_fMarathonVerSongSeconds = 60*5.f;