diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index b03adeea28..2e1285c426 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -529,12 +529,12 @@ static void DeleteDuplicateSteps( Song *song, vector &vSteps ) { CHECKPOINT; const Steps *s1 = vSteps[i]; - LOG->Trace("comparing %i (%p) ...", i, s1); + for( unsigned j=i+1; jTrace(" with %i (%p) ...", j, s2); + if( s1->GetDescription() != s2->GetDescription() ) continue; if( s1->GetMeter() != s2->GetMeter() )