use PercentageDisplay::FormatPercentScore in ScreenRanking

This commit is contained in:
Chris Danford
2005-04-15 08:05:29 +00:00
parent 215ce5ad21
commit d67e3c618b
5 changed files with 15 additions and 20 deletions
+1 -1
View File
@@ -305,7 +305,7 @@ void PaneDisplay::SetContent( PaneContents c )
case COURSE_MACHINE_HIGH_SCORE:
case SONG_PROFILE_HIGH_SCORE:
case COURSE_PROFILE_HIGH_SCORE:
str = PercentageDisplay::FormatPercentScore( val, 5, 2 );
str = PercentageDisplay::FormatPercentScore( val );
break;
case SONG_NUM_STEPS:
case SONG_JUMPS: