SongSortOrder -> SortOrder

save/restore last sort with Profile
clean up GameConstants
This commit is contained in:
Chris Danford
2004-03-12 08:31:40 +00:00
parent 6faa757683
commit 28f4764ed2
16 changed files with 253 additions and 279 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ void PaneDisplay::SetFromGameState()
PaneModes PaneDisplay::GetMode() const
{
switch( GAMESTATE->m_SongSortOrder )
switch( GAMESTATE->m_SortOrder )
{
case SORT_ALL_COURSES:
case SORT_NONSTOP_COURSES: