fix incorrect assert

This commit is contained in:
Glenn Maynard
2005-05-28 08:52:57 +00:00
parent 78cdf5d8cb
commit dfa0f52ec0
+1 -1
View File
@@ -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;