diff options
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/entities.hpp b/include/entities.hpp index f53f8e6..3bc2f98 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -147,10 +147,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) /* @@ -173,6 +173,8 @@ public: Texturec *tex; Texturec *ntex; + float targetx; + unsigned int randDialog; void draw(void); |