mirror of
https://github.com/minetest/minetest.git
synced 2024-12-24 15:12:23 +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
|
// Random constants
|
||||||
f32 walk_acceleration = 4.0 * BS;
|
f32 walk_acceleration = 4.0 * BS;
|
||||||
f32 walkspeed_max = 5.0 * BS;
|
f32 walkspeed_max = 4.0 * BS;
|
||||||
|
|
||||||
setPitch(control.pitch);
|
setPitch(control.pitch);
|
||||||
setYaw(control.yaw);
|
setYaw(control.yaw);
|
||||||
|
Loading…
Reference in New Issue
Block a user