From 092f767d6b41f3b4179f0f37d002179b526dd678 Mon Sep 17 00:00:00 2001 From: AJ Kelly Date: Tue, 14 Dec 2010 02:09:12 -0600 Subject: [PATCH] small cleanup --- src/MusicWheel.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/MusicWheel.cpp b/src/MusicWheel.cpp index f0c5901dec..a7750bdb48 100644 --- a/src/MusicWheel.cpp +++ b/src/MusicWheel.cpp @@ -85,7 +85,7 @@ void MusicWheel::Load( RString sType ) split( MODE_MENU_CHOICE_NAMES, ",", vsModeChoiceNames ); CHOICE .Load(sType,CHOICE_NAME,vsModeChoiceNames); SECTION_COLORS .Load(sType,SECTION_COLORS_NAME,NUM_SECTION_COLORS); - + WheelBase::Load( sType ); SONGMAN->UpdateRankingCourses(); @@ -93,7 +93,7 @@ void MusicWheel::Load( RString sType ) m_soundChangeSort.Load( THEME->GetPathS(sType,"sort") ); m_soundExpand.Load( THEME->GetPathS(sType,"expand"), true ); - /* Update for SORT_MOST_PLAYED. */ + // Update for SORT_MOST_PLAYED. SONGMAN->UpdatePopular(); /* Sort SONGMAN's songs by CompareSongPointersByTitle, so we can do other sorts (with @@ -106,8 +106,8 @@ void MusicWheel::BeginScreen() { RageTimer timer; RString times; - /* Build all of the wheel item data. Do this after selecting - * the extra stage, so it knows to always display it. */ + /* Build all of the wheel item data. Do this after selecting the extra stage, + * so it knows to always display it. */ FOREACH_ENUM( SortOrder, so ) { BuildWheelItemDatas( m_WheelItemDatas[so], so );