debugging

This commit is contained in:
Glenn Maynard
2004-04-25 23:22:46 +00:00
parent 08c00bd689
commit b0ca9ef1ea
3 changed files with 9 additions and 2 deletions
+3 -1
View File
@@ -330,9 +330,11 @@ HighScoreList& Profile::GetStepsHighScoreList( const Song* pSong, const Steps* p
StepsID stepsID;
stepsID.FromSteps( pSteps );
CHECKPOINT;
HighScoresForASong &hsSong = m_SongHighScores[songID]; // operator[] inserts into map
CHECKPOINT;
HighScoresForASteps &hsSteps = hsSong.m_StepsHighScores[stepsID]; // operator[] inserts into map
CHECKPOINT;
return hsSteps.hs;
}