diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index 0acb37e605..90dd8e7e57 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -1246,7 +1246,7 @@ XNode* Profile::SaveSongScoresCreateNode() const j++ ) { jCheck1++; - ASSERT(jCheck1 < jCheck2); + ASSERT( jCheck1 <= jCheck2 ); const StepsID &stepsID = j->first; const HighScoresForASteps &hsSteps = j->second;