summary refs log tree commit diff stats
path: root/src/entity.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/entity.h b/src/entity.h index 772c98b..04772e9 100644 --- a/src/entity.h +++ b/src/entity.h
@@ -22,7 +22,8 @@ class Message {
22 drop, 22 drop,
23 canDrop, 23 canDrop,
24 cantDrop, 24 cantDrop,
25 die 25 die,
26 stopDying
26 }; 27 };
27 28
28 Message(Type type) : type(type) {} 29 Message(Type type) : type(type) {}