diff options
Diffstat (limited to 'include/entities.hpp')
-rw-r--r-- | include/entities.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/entities.hpp b/include/entities.hpp index ce2e14d..7487bbe 100644 --- a/include/entities.hpp +++ b/include/entities.hpp @@ -207,6 +207,9 @@ public: // tells direction entity is facing bool right, left; + // tells if the entity is from another world + char outnabout; + // set to 1 if entity is on the ground, 0 if in the air unsigned char ground; |