diff options
Diffstat (limited to 'src/map/config/Data/Const.h')
-rw-r--r-- | src/map/config/Data/Const.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/map/config/Data/Const.h b/src/map/config/Data/Const.h index f8da4c90b..498e05c17 100644 --- a/src/map/config/Data/Const.h +++ b/src/map/config/Data/Const.h @@ -26,6 +26,7 @@ #define CONST_CASTRATE_CALC (status_get_dex(bl)) #endif +#define isOFF(def) (def == 0) /** * "Sane Checks" to save you from compiling with cool bugs |