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:
parent
7e488b926b
commit
f729b5d2bd
2 changed files with 42 additions and 16 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue