Add a new sort type (SORT_GROUP_NOHEADER) which is the default and is like all music but doesn't display section headers.

Make it the default for more arcade-like behavior.
This commit is contained in:
Chris Gomez
2003-02-03 04:50:37 +00:00
parent 81c04f883a
commit f34705a495
4 changed files with 22 additions and 8 deletions
+4 -2
View File
@@ -5,8 +5,9 @@
Desc: A graphic displayed in the MusicSortDisplay during Dancing.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Copyright (c) 2001-2003 by the person(s) listed below. All rights reserved.
Chris Danford
Chris Gomez
-----------------------------------------------------------------------------
*/
@@ -20,7 +21,7 @@
MusicSortDisplay::MusicSortDisplay()
{
Load( THEME->GetPathTo("Graphics","music sort icons 1x4") );
Load( THEME->GetPathTo("Graphics","music sort icons 1x5") );
StopAnimating();
}
@@ -28,6 +29,7 @@ void MusicSortDisplay::Set( SongSortOrder so )
{
switch( so )
{
case SORT_GROUP_NOHEADER:
case SORT_GROUP:
case SORT_TITLE:
case SORT_BPM: