From 73165ce3f050061cbc18535583f5cf2eefe0076d Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sat, 4 Oct 2003 00:47:57 +0000 Subject: [PATCH] noisy --- stepmania/src/Song.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() )