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 -1
View File
@@ -96,7 +96,7 @@ void CourseEntryDisplay::LoadFromTrailEntry( int iNum, const Course *pCourse, Tr
FOREACH_EnabledPlayer(pn)
{
TrailEntry *te = tes[pn];
Difficulty dc = te->pSteps->GetDifficulty();
Difficulty dc = te->dc;
if( dc == DIFFICULTY_INVALID )
{
int iLow = te->iLowMeter;