more enum standardization

This commit is contained in:
Glenn Maynard
2006-10-07 04:39:48 +00:00
parent 2ce839e4eb
commit de6ca466d2
43 changed files with 110 additions and 108 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 );