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 26febfb..d09dbe5 100644 --- a/src/entity.h +++ b/src/entity.h
@@ -24,7 +24,8 @@ class Message {
24 canDrop, 24 canDrop,
25 cantDrop, 25 cantDrop,
26 die, 26 die,
27 stopDying 27 stopDying,
28 hitTheGround
28 }; 29 };
29 30
30 Message(Type type) : type(type) {} 31 Message(Type type) : type(type) {}