summaryrefslogtreecommitdiffstats
path: root/src/Entity.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Entity.hpp')
-rw-r--r--src/Entity.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Entity.hpp b/src/Entity.hpp
index cc9f6fa..2b1a041 100644
--- a/src/Entity.hpp
+++ b/src/Entity.hpp
@@ -142,6 +142,7 @@ struct Entity {
double terminalVelocity = 78.4;
bool onGround = true;
VectorF EyeOffset = VectorF(0,1.62,0);
+ bool isFlying = false;
static VectorF DecodeVelocity(short x, short y, short z);
static VectorF DecodeDeltaPos(short deltaX, short deltaY, short deltaZ);