Include NUM_REFLECTION_TYPES in the ReflectionTypes enum
This commit is contained in:
@@ -7514,7 +7514,7 @@ static void ObjectEventUpdateMetatileBehaviors(struct ObjectEvent *objEvent)
|
||||
|
||||
static void GetGroundEffectFlags_Reflection(struct ObjectEvent *objEvent, u32 *flags)
|
||||
{
|
||||
u32 reflectionFlags[NUM_REFLECTION_TYPES] = {
|
||||
u32 reflectionFlags[NUM_REFLECTION_TYPES - 1] = {
|
||||
[REFL_TYPE_ICE - 1] = GROUND_EFFECT_FLAG_ICE_REFLECTION,
|
||||
[REFL_TYPE_WATER - 1] = GROUND_EFFECT_FLAG_WATER_REFLECTION
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user