From ab72100a2cf76a64218bbdf8a4dc9f3eae25a72f Mon Sep 17 00:00:00 2001 From: SmallJoker Date: Sat, 23 Sep 2017 16:29:48 +0200 Subject: Localplayer: Fix disable_jump effect and getStandingNodePos() Leave the old move code untouched. --- src/localplayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/localplayer.h') diff --git a/src/localplayer.h b/src/localplayer.h index 32714ff32..c371b345c 100644 --- a/src/localplayer.h +++ b/src/localplayer.h @@ -146,6 +146,7 @@ private: bool updateSneakNode(Map *map, const v3f &position, const v3f &sneak_max); v3f m_position; + v3s16 m_standing_node; v3s16 m_sneak_node = v3s16(32767, 32767, 32767); // Stores the top bounding box of m_sneak_node -- cgit v1.2.3