From 66e65898838e3d5d40dfb225fd6c34f0f354b2e3 Mon Sep 17 00:00:00 2001 From: Gargaj Date: Tue, 10 Nov 2015 14:02:07 +0100 Subject: blockheight mechanism --- src/Entities/Pawn.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/Entities/Pawn.h') diff --git a/src/Entities/Pawn.h b/src/Entities/Pawn.h index 67878f699..0ceb1073e 100644 --- a/src/Entities/Pawn.h +++ b/src/Entities/Pawn.h @@ -25,7 +25,8 @@ public: virtual bool IsFireproof(void) const override; virtual void HandleAir(void) override; - + virtual void HandleFalling(void); + // tolua_begin /** Applies an entity effect @@ -49,12 +50,15 @@ public: /** Removes all currently applied entity effects (used when drinking milk) */ void ClearEntityEffects(void); - + // tolua_end protected: typedef std::map tEffectMap; tEffectMap m_EntityEffects; + + double m_LastGroundHeight; + bool m_bTouchGround; } ; // tolua_export -- cgit v1.2.3