From 9a02d85db186f8023bd268726f579fd215fb9272 Mon Sep 17 00:00:00 2001
From: divverent <divverent@d7cf8633-e32d-0410-b094-e92efae38249>
Date: Sat, 10 Sep 2011 21:00:50 +0000
Subject: [PATCH] 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
---
 cl_input.c | 1 +
 1 file changed, 1 insertion(+)

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)
 	{
-- 
2.39.5