Fix "4..6" ranges never showing up in CourseContentsList. (That's why

iCourseIndex and Course::GetDifficulty existed.)
This commit is contained in:
Glenn Maynard
2004-05-25 20:33:17 +00:00
parent c098139d40
commit 07cc7b5321
3 changed files with 8 additions and 2 deletions
+1
View File
@@ -775,6 +775,7 @@ void Course::GetTrailUnsorted( StepsType st, CourseDifficulty cd, Trail &trail )
te.bMystery = e.mystery;
te.iLowMeter = low_meter;
te.iHighMeter = high_meter;
te.dc = e.difficulty;
trail.m_vEntries.push_back( te );
}
}