]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
this should fix a stupid bug with PROTOCOL_DARKPLACES4 clc_ackentities (client wasn...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 21 Sep 2004 09:18:30 +0000 (09:18 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 21 Sep 2004 09:18:30 +0000 (09:18 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@4533 d7cf8633-e32d-0410-b094-e92efae38249

cl_input.c

index f8593c2e38fb7fbc00184e5c0c7cd12bf439dc24..aba9852b68619195cae963c0d5cf86367d86d103 100644 (file)
@@ -441,7 +441,7 @@ void CL_SendMove(usercmd_t *cmd)
        {
                if (cl.entitydatabase4)
                {
-                       i = cl.entitydatabase4->ackframenum;
+                       i = cl.latestframenum;
                        if (cl_nodelta.integer)
                                i = -1;
                        if (developer_networkentities.integer >= 1)