Include NUM_REFLECTION_TYPES in the ReflectionTypes enum

This commit is contained in:
SphericalIce
2021-01-20 10:17:07 +00:00
parent 2746fd1f95
commit 4334f7a379
2 changed files with 3 additions and 3 deletions

View File

@@ -20,9 +20,9 @@ enum ReflectionTypes
{
REFL_TYPE_NONE,
REFL_TYPE_ICE,
REFL_TYPE_WATER
REFL_TYPE_WATER,
NUM_REFLECTION_TYPES
};
#define NUM_REFLECTION_TYPES 2
#define FIGURE_8_LENGTH 72