diff options
author | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-05 08:48:29 -0400 |
---|---|---|
committer | Clyne Sullivan <tullivan99@gmail.com> | 2016-04-05 08:48:29 -0400 |
commit | 16920d744a2e638f564753f15f1269f51c131b6b (patch) | |
tree | ae3ee1ba2b2f7a92c196347853e0c82e2dd14973 /include/entities.hpp | |
parent | 4ea7b19bf2d4c64719471a53e6223aac7c250585 (diff) |
sword improvements, page threading
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/entities.hpp b/include/entities.hpp index 7c1a254..655ecfd 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -151,10 +151,10 @@ public: bool near; // Causes name to display bool canMove; // Enables movement - bool canJape; // Enables world leaving bool right,left; // Direction faced by Entity bool alive; bool hit; + bool forcedMove; unsigned char ground; // Shows how the Entity is grounded (if it is) /* |