]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
sigh, one more thing I forgot to commit :(
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 7 Aug 2003 10:38:26 +0000 (10:38 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Thu, 7 Aug 2003 10:38:26 +0000 (10:38 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@3369 d7cf8633-e32d-0410-b094-e92efae38249

cl_input.c

index 6463fed5d688e90e595a3f8c50a68717b89b584d..680632c75a2a354aae828dd6568682621e7e6b3b 100644 (file)
@@ -366,7 +366,7 @@ void CL_SendMove(usercmd_t *cmd)
        upmove += cmd->upmove;
        total++;
        // LordHavoc: cap outgoing movement messages to sys_ticrate
-       if ((cl.maxclients > 1) && (realtime - lastmovetime < sys_ticrate.value))
+       if (!cl.islocalgame && (realtime - lastmovetime < sys_ticrate.value))
                return;
        lastmovetime = realtime;
        // average what has happened during this time