X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=cl_input.c;h=8c2e234335d199fcc636f58e04f480af25d0cf6b;hb=0d35c85d6d6372d8f95b9073f29f2e1255623ba3;hp=f926dd38b720864210bbab4ba7b37b5db846ffb8;hpb=31bfe80dd809721f0665fbe58f8d4eb3160aeb14;p=xonotic%2Fdarkplaces.git diff --git a/cl_input.c b/cl_input.c index f926dd38..8c2e2343 100644 --- a/cl_input.c +++ b/cl_input.c @@ -707,6 +707,7 @@ void CL_ClientMovement(qboolean buttonjump, qboolean buttoncrouch) playermins = cl_playerstandmins; playermaxs = cl_playerstandmaxs; } + onground = false; for (bump = 0, t = frametime;bump < 8 && VectorLength2(currentvelocity) > 0;bump++) { VectorMA(currentorigin, t, currentvelocity, neworigin);