diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2015-03-12 22:46:32 -0400 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2015-03-12 22:46:32 -0400 |
| commit | 47d9d7884c57c2c14dd363b4ccb0df1dcbb5375e (patch) | |
| tree | 14acad810f6ef199d7fc669fc1abe91972eb7f6a /src/entity.h | |
| parent | cc75196b1baca28a142e66c69cd51200649d252a (diff) | |
| download | therapy-47d9d7884c57c2c14dd363b4ccb0df1dcbb5375e.tar.gz therapy-47d9d7884c57c2c14dd363b4ccb0df1dcbb5375e.tar.bz2 therapy-47d9d7884c57c2c14dd363b4ccb0df1dcbb5375e.zip | |
Fixed bug that would prevent player from continuing to move after dying, and also refactored collisions and dying a bit
Diffstat (limited to 'src/entity.h')
| -rw-r--r-- | src/entity.h | 3 |
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) {} |
