diff --git a/stepmania/src/Profile.cpp b/stepmania/src/Profile.cpp index 462f99bd20..b89e73d070 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;