summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-04-15 11:17:59 -0300
committerJesusaves <cpntb1@ymail.com>2021-04-15 11:17:59 -0300
commit21a2caf48d51305c35ab874b28f1c8da9c341c03 (patch)
treed77b654c018ff978ba0260e14b0347895a12872e
parent3113cc8a5fbb51ffe93c7e493e4e0ff323dcf143 (diff)
downloadevol-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.h16
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