NUM_STEPS_TYPES -> NUM_StepsType

This commit is contained in:
Glenn Maynard
2006-09-26 20:22:28 +00:00
parent 78cdd15ec0
commit a7b53444f8
5 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -69,10 +69,10 @@ enum StepsType
STEPS_TYPE_POPN_FIVE,
STEPS_TYPE_POPN_NINE,
STEPS_TYPE_LIGHTS_CABINET,
NUM_STEPS_TYPES, // leave this at the end
NUM_StepsType, // leave this at the end
STEPS_TYPE_INVALID,
};
#define FOREACH_StepsType( st ) FOREACH_ENUM( StepsType, NUM_STEPS_TYPES, st )
#define FOREACH_StepsType( st ) FOREACH_ENUM( StepsType, NUM_StepsType, st )
//
// Play mode stuff