Show banners while MusicWheel is moving fast.

Broke SORT_GROUP into SORT_PREFERRED/SORT_GROUP (like DDREX)
This commit is contained in:
Chris Danford
2003-04-19 18:51:13 +00:00
parent c939d40ae5
commit 1b38fe101c
20 changed files with 197 additions and 86 deletions
+2 -1
View File
@@ -21,7 +21,7 @@
MusicSortDisplay::MusicSortDisplay()
{
Load( THEME->GetPathToG("MusicSortDisplay icons 1x4") );
Load( THEME->GetPathToG("MusicSortDisplay icons 1x5") );
StopAnimating();
}
@@ -29,6 +29,7 @@ void MusicSortDisplay::Set( SongSortOrder so )
{
switch( so )
{
case SORT_PREFERRED:
case SORT_GROUP:
case SORT_TITLE:
case SORT_BPM: