Skip to content
Snippets Groups Projects
Commit 4035bf32 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Restore old acceleration behavior until something is actually agreed on (part 2)

parent 65cb318c
No related branches found
No related tags found
No related merge requests found
......@@ -59,9 +59,9 @@ Player::Player(IGameDef *gamedef):
"list[current_player;craftpreview;7,1;1,1;]";
// Initialize movement settings at default values, so movement can work if the server fails to send them
movement_acceleration_default = 2 * BS;
movement_acceleration_air = 0.5 * BS;
movement_acceleration_fast = 8 * BS;
movement_acceleration_default = 4 * BS;
movement_acceleration_air = 4 * BS;
movement_acceleration_fast = 4 * BS;
movement_speed_walk = 4 * BS;
movement_speed_crouch = 1.35 * BS;
movement_speed_fast = 20 * BS;
......
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