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_soundChangeSort.Load( THEME->GetPathS(sType,"sort") );
|
||||||
m_soundExpand.Load( THEME->GetPathS(sType,"expand"), true );
|
m_soundExpand.Load( THEME->GetPathS(sType,"expand"), true );
|
||||||
|
|
||||||
/* Update for SORT_MOST_PLAYED. */
|
// Update for SORT_MOST_PLAYED.
|
||||||
SONGMAN->UpdatePopular();
|
SONGMAN->UpdatePopular();
|
||||||
|
|
||||||
/* Sort SONGMAN's songs by CompareSongPointersByTitle, so we can do other sorts (with
|
/* Sort SONGMAN's songs by CompareSongPointersByTitle, so we can do other sorts (with
|
||||||
@@ -106,8 +106,8 @@ void MusicWheel::BeginScreen()
|
|||||||
{
|
{
|
||||||
RageTimer timer;
|
RageTimer timer;
|
||||||
RString times;
|
RString times;
|
||||||
/* Build all of the wheel item data. Do this after selecting
|
/* Build all of the wheel item data. Do this after selecting the extra stage,
|
||||||
* the extra stage, so it knows to always display it. */
|
* so it knows to always display it. */
|
||||||
FOREACH_ENUM( SortOrder, so )
|
FOREACH_ENUM( SortOrder, so )
|
||||||
{
|
{
|
||||||
BuildWheelItemDatas( m_WheelItemDatas[so], so );
|
BuildWheelItemDatas( m_WheelItemDatas[so], so );
|
||||||
|
|||||||
Reference in New Issue
Block a user