extra digit

This commit is contained in:
Glenn Maynard
2003-07-01 08:07:15 +00:00
parent 3e5f1592d1
commit 591ae8485a
+1 -1
View File
@@ -256,7 +256,7 @@ void ScreenRanking::SetPage( PageToShow pts )
} else {
m_textPoints[l].SetText( "" );
m_textTime[l].SetText( "" );
m_textScores[l].SetText( ssprintf("%10d",iScore) );
m_textScores[l].SetText( ssprintf("%9d",iScore) );
}
m_textNames[l].SetDiffuse( TEXT_COLOR(pts.colorIndex) );
m_textPoints[l].SetDiffuse( TEXT_COLOR(pts.colorIndex) );