diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-04-15 11:17:59 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-04-15 11:17:59 -0300 |
commit | 21a2caf48d51305c35ab874b28f1c8da9c341c03 (patch) | |
tree | d77b654c018ff978ba0260e14b0347895a12872e | |
parent | 3113cc8a5fbb51ffe93c7e493e4e0ff323dcf143 (diff) | |
download | evol-hercules-21a2caf48d51305c35ab874b28f1c8da9c341c03.tar.gz evol-hercules-21a2caf48d51305c35ab874b28f1c8da9c341c03.tar.bz2 evol-hercules-21a2caf48d51305c35ab874b28f1c8da9c341c03.tar.xz evol-hercules-21a2caf48d51305c35ab874b28f1c8da9c341c03.zip |
Remove SI constants from engine. They're annoying.
-rw-r--r-- | src/emap/enum/esitype.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/emap/enum/esitype.h b/src/emap/enum/esitype.h index 7dd10a7..c2ecc29 100644 --- a/src/emap/enum/esitype.h +++ b/src/emap/enum/esitype.h @@ -9,20 +9,6 @@ #error "vars.sh did not define OLD_SI_MAX" #endif -enum esi_type -{ - SI_PHYSICAL_SHIELD = OLD_SI_MAX, // defined in vars.sh - SI_EVOL_INCSTR, - SI_EVOL_INCAGI, - SI_EVOL_INCVIT, - SI_EVOL_INCINT, - SI_EVOL_INCDEX, - SI_EVOL_INCLUK, - SI_EVOL_INCHIT, - SI_EVOL_INCFLEE, - SI_EVOL_WALKSPEED, - SI_EVOL_INCMHPRATE, - SI_EVOL_INCMSPRATE, -}; +// Nothing to do here! Deprecated #endif // EVOL_MAP_ENUM_ESITYPE |