small comment changes

This commit is contained in:
AJ Kelly
2011-04-03 16:00:46 -05:00
parent d466870e5d
commit 6a458cc836
+3 -4
View File
@@ -485,7 +485,7 @@ void ScreenSelectMusic::Input( const InputEventPlus &input )
m_bStepsChosen[input.pn] )
return; // ignore
// todo: use mousewheel to scroll MusicWheel -aj
// todo: Allow mousewheel to scroll MusicWheel -aj
if( USE_PLAYER_SELECT_MENU )
{
@@ -1528,9 +1528,8 @@ void ScreenSelectMusic::AfterStepsOrTrailChange( const vector<PlayerNumber> &vpn
}
else
{
// I don't like how numbers just stay up there if the current
// selection is NULL.
// todo: Let themers set the text instead of just using 0. -aj
// The numbers shouldn't stay if the current selection is NULL.
// todo: Let themers set the text value instead of just using 0. -aj
m_textHighScore[pn].SetText( ssprintf("%*i", NUM_SCORE_DIGITS, 0) );
}
}