Skip to content
Snippets Groups Projects
Commit 3444dec2 authored by Loïc Blot's avatar Loïc Blot
Browse files

Fix uninitialized variable Player::local_animation_speed

parent b21230b3
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment