small cleanup
This commit is contained in:
+3
-3
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user