Fixed preferred difficulty on select music screen and fixed transforms for TurnTypes

This commit is contained in:
Chris Danford
2002-08-01 20:30:40 +00:00
parent 4c12a0921b
commit 2d4eb7baff
16 changed files with 248 additions and 211 deletions
+6 -2
View File
@@ -29,10 +29,14 @@ ScoreDisplayNormal::ScoreDisplayNormal()
Load( THEME->GetPathTo(FONT_SCORE_NUMBERS) );
TurnShadowOff();
m_fScore = 0;
m_fTrailingScore = 0;
m_fScoreVelocity = 0;
SetScore( 0 );
Update(0);
CString s;
for( int i=0; i<NUM_SCORE_DIGITS; i++ )
s += '0';
SetText( s );
}