mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix uninitialized variable Player::local_animation_speed
This commit is contained in:
parent
b21230b329
commit
3444dec2db
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ Player::Player(IGameDef *gamedef, const char *name):
|
|||
movement_liquid_fluidity_smooth = 0.5 * BS;
|
||||
movement_liquid_sink = 10 * BS;
|
||||
movement_gravity = 9.81 * BS;
|
||||
local_animation_speed = 0.0;
|
||||
|
||||
// Movement overrides are multipliers and must be 1 by default
|
||||
physics_override_speed = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue