Revert old 4BS/s walk speed for now

stable-0.4
Perttu Ahola 2012-03-15 23:11:07 +02:00
parent 807a0d313b
commit 81385682c8
1 changed files with 1 additions and 1 deletions

View File

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