fix "Max Combo" showing on Oni Evauation screen

NG now causes to lose a battery life
songs w/o music no longer show up in courses
changed all "numbers" images to have the same format
This commit is contained in:
Chris Danford
2002-09-16 18:25:29 +00:00
parent a6e74da707
commit 7361190198
8 changed files with 61 additions and 32 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ ScoreDisplayNormal::ScoreDisplayNormal()
LOG->Trace( "ScoreDisplayNormal::ScoreDisplayNormal()" );
// init the text
BitmapText::LoadFromTextureAndChars( THEME->GetPathTo("Graphics","gameplay score numbers 7x2"), "01234 :56789%." );
BitmapText::LoadFromTextureAndChars( THEME->GetPathTo("Graphics","gameplay score numbers 5x3"), "0123456789%. :x" );
TurnShadowOff();
m_fScore = 0;