mirror of
https://github.com/minetest/minetest.git
synced 2024-11-09 17:23:45 +01:00
Revert old 4BS/s walk speed for now
This commit is contained in:
parent
807a0d313b
commit
81385682c8
@ -622,7 +622,7 @@ void LocalPlayer::applyControl(float dtime)
|
||||
|
||||
// Random constants
|
||||
f32 walk_acceleration = 4.0 * BS;
|
||||
f32 walkspeed_max = 5.0 * BS;
|
||||
f32 walkspeed_max = 4.0 * BS;
|
||||
|
||||
setPitch(control.pitch);
|
||||
setYaw(control.yaw);
|
||||
|
Loading…
Reference in New Issue
Block a user