This commit is contained in:
Glenn Maynard
2006-08-17 01:25:09 +00:00
parent 808643d39b
commit e8af5e9d52
+1 -1
View File
@@ -879,7 +879,7 @@ void ScreenSelectMusic::AfterStepsOrTrailChange( const vector<PlayerNumber> &vpn
m_textHighScore[pn].SetText( ssprintf("%*i", NUM_SCORE_DIGITS, iScore) );
}
else
{
{
CLAMP( m_iSelection[pn], 0, m_vpTrails.size()-1 );
Course* pCourse = GAMESTATE->m_pCurCourse;