Fixed extended ASCII support in BitmapText

This commit is contained in:
Chris Danford
2002-09-22 20:34:11 +00:00
parent bce306dcdc
commit e44141c8d3
6 changed files with 11 additions and 36 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ ScoreDisplayOni::ScoreDisplayOni()
LOG->Trace( "ScoreDisplayOni::ScoreDisplayOni()" );
// init the text
BitmapText::LoadFromTextureAndChars( THEME->GetPathTo("Graphics","gameplay score numbers"), "01234 :56789%." );
BitmapText::LoadFromNumbers( THEME->GetPathTo("Numbers","gameplay score numbers") );
TurnShadowOff();
}