From 4bfd999badc6542422a8b113ff10ae60744e1004 Mon Sep 17 00:00:00 2001 From: Ben Anderson Date: Sat, 28 May 2005 00:53:34 +0000 Subject: [PATCH] Revert; I should test things before committing, guh. --- stepmania/src/Profile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;