mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-11 17:51:04 +00:00
Add disable_jump to liquids and ladders (#7688)
Remove second nodedef check by improving the colliding node detection Also remove the 2nd check in old_move, correct standing node a bit
This commit is contained in:
parent
bd6f1cca9d
commit
e40be619f2
4 changed files with 60 additions and 44 deletions
|
@ -183,6 +183,7 @@ private:
|
|||
// ***** End of variables for temporary option *****
|
||||
|
||||
bool m_can_jump = false;
|
||||
bool m_disable_jump = 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