PREFSMAN->m_bMusicWheelUsesSections now PREFSMAN->m_MusicWheelUsesSections

Three states: never, always, abc-only. Done for aesthetics over accuracy, I guess
This commit is contained in:
Chris Gomez
2003-02-04 03:03:43 +00:00
parent 14e1f81c25
commit 1be035a4e7
8 changed files with 13 additions and 21 deletions
+1 -2
View File
@@ -21,7 +21,7 @@
MusicSortDisplay::MusicSortDisplay()
{
Load( THEME->GetPathTo("Graphics","music sort icons 1x5") );
Load( THEME->GetPathTo("Graphics","music sort icons 1x4") );
StopAnimating();
}
@@ -29,7 +29,6 @@ void MusicSortDisplay::Set( SongSortOrder so )
{
switch( so )
{
case SORT_GROUP_NOHEADER:
case SORT_GROUP:
case SORT_TITLE:
case SORT_BPM: