From: divverent Date: Sat, 10 Sep 2011 21:00:50 +0000 (+0000) Subject: fix another canjump tracking bug; STILL not good X-Git-Tag: xonotic-v0.6.0~163^2~214 X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=commitdiff_plain;h=9a02d85db186f8023bd268726f579fd215fb9272 fix another canjump tracking bug; STILL not good (but now the canjump flags in the move queue LOOK consistent, which makes it odd now) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@11338 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_input.c b/cl_input.c index 5e5b5817..fee3b1df 100644 --- a/cl_input.c +++ b/cl_input.c @@ -1837,6 +1837,7 @@ void CL_SendMove(void) cl.cmd.forwardmove = cl.cmd.sidemove = cl.cmd.upmove = cl.cmd.impulse = cl.cmd.buttons = 0; cl.cmd.jump = (cl.cmd.buttons & 2) != 0; + cl.cmd.canjump = cl.movecmd[0].canjump; cl.cmd.crouch = 0; switch (cls.protocol) {