This commit is contained in:
Glenn Maynard
2006-10-07 04:13:43 +00:00
parent 064a411962
commit 8a4ddd1515
34 changed files with 84 additions and 84 deletions
+1 -1
View File
@@ -157,7 +157,7 @@ void CourseEntryDisplay::SetFromGameState( int iCourseEntryIndex )
}
Difficulty dc = te->dc;
if( dc == DIFFICULTY_INVALID )
if( dc == DIFFICULTY_Invalid )
dc = DIFFICULTY_EDIT;
SetDifficulty( pn, s, dc );