1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Add sneak and sneak_glitch to set_physics_override()

This commit is contained in:
PilzAdam 2013-12-03 18:51:15 +01:00
parent d9de9f23d9
commit 15be2659ea
11 changed files with 53 additions and 13 deletions

View file

@ -266,6 +266,8 @@ public:
float physics_override_speed;
float physics_override_jump;
float physics_override_gravity;
bool physics_override_sneak;
bool physics_override_sneak_glitch;
u16 hp;