use FOREACH_ShownCourseDifficulty

This commit is contained in:
Glenn Maynard
2004-05-20 22:27:45 +00:00
parent bcf6792d47
commit 7c1600a1c1
4 changed files with 12 additions and 13 deletions
+2 -2
View File
@@ -301,7 +301,7 @@ int Profile::GetPossibleCourseDancePointsForStepsType( StepsType st ) const
if( !pCourse->AllSongsAreFixed() )
continue;
FOREACH_CourseDifficulty( cd )
FOREACH_ShownCourseDifficulty( cd )
{
if( !pCourse->HasCourseDifficulty(st,cd) )
continue;
@@ -338,7 +338,7 @@ int Profile::GetActualCourseDancePointsForStepsType( StepsType st ) const
continue;
const HighScoresForACourse& h = i->second;
FOREACH_CourseDifficulty( cd )
FOREACH_ShownCourseDifficulty( cd )
{
const HighScoreList& hs = h.hs[st][cd];
const RadarValues& fRadars = pCourse->GetRadarValues(st,cd);