forked from Mirrorlandia_minetest/minetest
Revert old 4BS/s walk speed for now
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user