summaryrefslogtreecommitdiff
path: root/src/map/map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r--src/map/map.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp
index ce434fa..aac646b 100644
--- a/src/map/map.hpp
+++ b/src/map/map.hpp
@@ -324,6 +324,8 @@ struct npc_data : block_list
short n;
Species npc_class;
DIR dir;
+ SEX sex;
+ DamageType sit;
interval_t speed;
NpcName name;
Opt1 opt1;