aboutsummaryrefslogtreecommitdiffstats
path: root/include/entities.h
diff options
context:
space:
mode:
authorClyne Sullivan <tullivan99@gmail.com>2015-12-14 08:41:31 -0500
committerClyne Sullivan <tullivan99@gmail.com>2015-12-14 08:41:31 -0500
commit477e6cdde57a428b41e814943233d8b01f0db6bf (patch)
tree36f138c42215770bfe9da7400db29a0c57914507 /include/entities.h
parent43bbcf02fd5e4e69a9aa521fa4cd572cc8675cf3 (diff)
arenas
Diffstat (limited to 'include/entities.h')
-rw-r--r--include/entities.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/entities.h b/include/entities.h
index dd3adab..30947f5 100644
--- a/include/entities.h
+++ b/include/entities.h
@@ -31,7 +31,8 @@ enum GENDER{
enum MOB_SUB {
MS_RABBIT = 1,
MS_BIRD,
- MS_TRIGGER
+ MS_TRIGGER,
+ MS_DOOR
};
class Entity{