mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-06 17:41:04 +00:00
Add disable_descend to disable active node sinking
This commit is contained in:
parent
a4e69d6843
commit
6b3deaa170
3 changed files with 11 additions and 4 deletions
|
@ -191,6 +191,7 @@ private:
|
|||
|
||||
bool m_can_jump = false;
|
||||
bool m_disable_jump = false;
|
||||
bool m_disable_descend = false;
|
||||
u16 m_breath = PLAYER_MAX_BREATH_DEFAULT;
|
||||
f32 m_yaw = 0.0f;
|
||||
f32 m_pitch = 0.0f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue