diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index b89e73d070..462f99bd20 100644 --- a/stepmania/src/Profile.cpp +++ b/stepmania/src/Profile.cpp @@ -1240,7 +1240,7 @@ XNode* Profile::SaveSongScoresCreateNode() const XNode* pSongNode = pNode->AppendChild( songID.CreateNode() ); for( map::const_iterator j = hsSong.m_StepsHighScores.begin(); - j != hsSong.m_StepsHighScores.end(); + j < hsSong.m_StepsHighScores.end(); j++ ) { const StepsID &stepsID = j->first;