summaryrefslogtreecommitdiff
path: root/src/map/mob.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/mob.hpp')
-rw-r--r--src/map/mob.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/map/mob.hpp b/src/map/mob.hpp
index b8b1128..357c4fa 100644
--- a/src/map/mob.hpp
+++ b/src/map/mob.hpp
@@ -37,7 +37,8 @@ struct mob_db
int def, mdef;
earray<int, ATTR, ATTR::COUNT> attrs;
int range, range2, range3;
- int size, race, element, mode;
+ int size, race, element;
+ MobMode mode;
int speed, adelay, amotion, dmotion;
int mexp, mexpper;
int mutations_nr, mutation_power;