diff options
Diffstat (limited to 'src/emap/pc.c')
-rw-r--r-- | src/emap/pc.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/emap/pc.c b/src/emap/pc.c index b2acafe..4e50781 100644 --- a/src/emap/pc.c +++ b/src/emap/pc.c @@ -36,13 +36,11 @@ #include "emap/struct/mapdext.h" #include "emap/struct/sessionext.h" +#include "common/HPMDataCheck.h" /* should always be the last file included! (if you don't make it last, it'll intentionally break compile time) */ + int langScriptId; int mountScriptId; -int bHomunculusAtk = -1; -int bHomunculusDef = -1; -int bHomunculusMaxHP = -1; - int64 epc_readparam_pre(const TBL_PC **sdPtr, int *type) { |