]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
fix the timeout problem with cl_movement 1 mode on QW servers, but the prediction...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 26 Feb 2006 03:15:05 +0000 (03:15 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 26 Feb 2006 03:15:05 +0000 (03:15 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6034 d7cf8633-e32d-0410-b094-e92efae38249

cl_input.c

index e6d05362135f1547d705f4f3c5b3d054f84eb593..e153ba80dd2b46fbb939e2bdc0a3106d21b05ebc 100644 (file)
@@ -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;