Split up the course sort into four sorts: all courses, and one ofr each

course mode.

Fix score not tweening when switching sorts via the menu.

Rename SORT_SORT to SORT_MODE.  Add metrics to define what
sorts are listed.  This can also change modes, but this has only been
tested for changing the play mode, not the play style.
This commit is contained in:
Glenn Maynard
2003-07-20 08:54:31 +00:00
parent 57d2c07c27
commit 5cb0b4f7cd
7 changed files with 160 additions and 58 deletions
+3
View File
@@ -121,6 +121,9 @@ static const char *SongSortOrderNames[NUM_SORT_ORDERS] = {
"HARD METER",
"SORT",
"COURSES",
"NONSTOP",
"ONI",
"ENDLESS",
"ROULETTE"
};