no message

This commit is contained in:
Chris Danford
2002-01-20 23:29:03 +00:00
parent 5d04359a90
commit f2975d0688
9 changed files with 53 additions and 55 deletions
+6
View File
@@ -76,6 +76,12 @@ Song::Song()
m_fOffsetInSeconds = 0;
m_iNumTimesPlayed = 0;
for( int i=0; i<6; i++ )
{
m_iMaxCombo[i] = 0;
m_iTopScore[i] = 0;
m_TopGrade[i].FromString( "N" );
}
}