small cleanup

This commit is contained in:
AJ Kelly
2010-12-14 02:09:12 -06:00
parent 78248fbce2
commit 092f767d6b
+3 -3
View File
@@ -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 );