1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-02 16:38:41 +00:00

Localplayer: Fix disable_jump effect and getStandingNodePos()

Leave the old move code untouched.
This commit is contained in:
SmallJoker 2017-09-23 16:29:48 +02:00 committed by paramat
parent 7e488b926b
commit f729b5d2bd
2 changed files with 42 additions and 16 deletions

View file

@ -151,6 +151,7 @@ private:
float getSlipFactor(Environment *env, const v3f &speedH);
v3f m_position;
v3s16 m_standing_node;
v3s16 m_sneak_node = v3s16(32767, 32767, 32767);
// Stores the top bounding box of m_sneak_node