This commit is contained in:
Glenn Maynard
2003-09-02 20:28:56 +00:00
parent 5e073dfc00
commit 028cf5474c
+1 -1
View File
@@ -785,7 +785,7 @@ void Song::TidyUpData()
{ {
StepsType st = (StepsType)i; StepsType st = (StepsType)i;
for( unsigned j=0; j<DIFFICULTY_INVALID-1; j++ ) for( unsigned j=0; j<NUM_DIFFICULTIES; j++ )
{ {
Difficulty dc = (Difficulty)j; Difficulty dc = (Difficulty)j;