1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Revert old 4BS/s walk speed for now

This commit is contained in:
Perttu Ahola 2012-03-15 23:11:07 +02:00
parent 807a0d313b
commit 81385682c8

View file

@ -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);