use FOREACH_ENUM2
This commit is contained in:
@@ -26,7 +26,7 @@ enum EditCourseEntryRow
|
||||
ROW_DONE,
|
||||
NUM_EditCourseEntryRow
|
||||
};
|
||||
#define FOREACH_EditCourseEntryRow( i ) FOREACH_ENUM( EditCourseEntryRow, NUM_EditCourseEntryRow, i )
|
||||
#define FOREACH_EditCourseEntryRow( i ) FOREACH_ENUM2( EditCourseEntryRow, i )
|
||||
|
||||
AutoScreenMessage( SM_BackFromCoursePlayerOptions );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user