working on Rave

This commit is contained in:
Chris Danford
2003-06-30 18:08:27 +00:00
parent 740fd31f9e
commit fa91f2e636
44 changed files with 658 additions and 577 deletions
+3 -2
View File
@@ -422,12 +422,13 @@ void SongManager::InitMachineScoresFromDisk()
// course ranking
ReadCourseRankingsFromFile( COURSE_RANKING_FILE );
int c;
// notes scores
for( int c=0; c<NUM_MEMORY_CARDS; c++ )
for( c=0; c<NUM_MEMORY_CARDS; c++ )
ReadNoteScoresFromFile( NOTES_SCORES_FILE[c], c );
// course scores
for( int c=0; c<NUM_MEMORY_CARDS; c++ )
for( c=0; c<NUM_MEMORY_CARDS; c++ )
ReadCourseScoresFromFile( COURSE_SCORES_FILE[c], c );
}