From 591ae8485aff87f5efbe4d45c0095d5b4ab72ca2 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 1 Jul 2003 08:07:15 +0000 Subject: [PATCH] extra digit --- stepmania/src/ScreenRanking.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/ScreenRanking.cpp b/stepmania/src/ScreenRanking.cpp index 28ffc13ad6..034431ad67 100644 --- a/stepmania/src/ScreenRanking.cpp +++ b/stepmania/src/ScreenRanking.cpp @@ -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) );