remove the 100% hack now that the text doesn't overlap

This commit is contained in:
Chris Danford
2005-04-29 20:12:02 +00:00
parent 6dbb00cc72
commit 48fcd2887f
-2
View File
@@ -313,8 +313,6 @@ void PaneDisplay::SetContent( PaneContents c )
* be any higher, we don't need to display the decimal places.
* Display 1.0 as "100%" instead. */
str = PercentageDisplay::FormatPercentScore( val );
if( str == "100.00%" )
str = "100%";
break;
case SONG_NUM_STEPS:
case SONG_JUMPS: