From: havoc Date: Sun, 12 Feb 2006 05:12:37 +0000 (+0000) Subject: a fix for the previous fix (don't reset host_client->latestframenum on level change) X-Git-Tag: xonotic-v0.1.0preview~4342 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=f245c67d440cd2e1716f6009fd2221c690377449;p=xonotic%2Fdarkplaces.git a fix for the previous fix (don't reset host_client->latestframenum on level change) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@5968 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/sv_main.c b/sv_main.c index ef06333b..3007fa61 100644 --- a/sv_main.c +++ b/sv_main.c @@ -306,7 +306,7 @@ void SV_SendServerinfo (client_t *client) client->weaponmodelindex = 0; // LordHavoc: clear entityframe tracking - client->latestframenum = 0; + //client->latestframenum = 0; SZ_Clear (&client->netconnection->message); MSG_WriteByte (&client->netconnection->message, svc_print);