use the correct constant

This commit is contained in:
Glenn Maynard
2003-03-11 19:07:41 +00:00
parent b7fd35d122
commit 8f9e1ba367
+1 -1
View File
@@ -306,7 +306,7 @@ void SongManager::InitMachineScoresFromDisk()
{ {
int version; int version;
fscanf(fp, "%d\n", &version ); fscanf(fp, "%d\n", &version );
if( version == COURSE_SCORES_VERSION ) if( version == NOTES_SCORES_VERSION )
{ {
while( fp && !feof(fp) ) while( fp && !feof(fp) )
{ {