Simplified the code in HeroAppearance.cpp

This commit is contained in:
NovaRain
2020-02-03 11:23:20 +08:00
parent 3b85596ca1
commit 84204d97d8
4 changed files with 83 additions and 95 deletions
+1 -1
View File
@@ -334,6 +334,6 @@
#define OBJ_DATA_COMBAT_STATE (0x3C) // flags: 1 - combat, 2 - target is out of range, 4 - flee
#define OBJ_DATA_CUR_ACTION_POINT (0x40)
#define OBJ_DATA_DAMAGE_LAST_TURN (0x48)
#define OBJ_DATA_WHO_HIT_ME (0x54)
#define OBJ_DATA_WHO_HIT_ME (0x54) // current target of the critter
#endif // DEFINE_EXTRA_H