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 266fe11..772c98b 100644 --- a/src/entity.h +++ b/src/entity.h
@@ -21,7 +21,8 @@ class Message {
21 stopJump, 21 stopJump,
22 drop, 22 drop,
23 canDrop, 23 canDrop,
24 cantDrop 24 cantDrop,
25 die
25 }; 26 };
26 27
27 Message(Type type) : type(type) {} 28 Message(Type type) : type(type) {}