From: havoc Date: Sun, 26 Feb 2006 03:15:05 +0000 (+0000) Subject: fix the timeout problem with cl_movement 1 mode on QW servers, but the prediction... X-Git-Tag: xonotic-v0.1.0preview~4280 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=bba4061a6336d92f2862016326c78f3cea9c982e;p=xonotic%2Fdarkplaces.git fix the timeout problem with cl_movement 1 mode on QW servers, but the prediction still needs work to make use of movevars git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6034 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/cl_input.c b/cl_input.c index e6d05362..e153ba80 100644 --- a/cl_input.c +++ b/cl_input.c @@ -896,7 +896,7 @@ void CL_SendMove(void) accumtotal++; #endif - if (cl_movement.integer && cls.signon == SIGNONS) + if (cl_movement.integer && cls.signon == SIGNONS && cls.protocol != PROTOCOL_QUAKEWORLD) { if (!cl.movement_needupdate) return;