diff options
Diffstat (limited to 'src/parse.h')
-rw-r--r-- | src/parse.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parse.h b/src/parse.h index be511ac..2ae9ff6 100644 --- a/src/parse.h +++ b/src/parse.h @@ -147,7 +147,8 @@ extern AttributeTableEntry attributeTable[]; #define FRAMELOCK_TARGET 2 #define VCS_TARGET 3 #define GVI_TARGET 4 -#define MAX_TARGET_TYPES 5 +#define COOLER_TARGET 5 +#define MAX_TARGET_TYPES 6 |