From: Rudolf Polzer Date: Thu, 10 Oct 2013 03:19:35 +0000 (+0200) Subject: Fix checkforpacketsduringsleep. X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c47382274fe9f3e0180a8110440338fad21e7dfe;p=xonotic%2Fdarkplaces.git Fix checkforpacketsduringsleep. --- diff --git a/host.c b/host.c index 0f19632a..6102ffec 100644 --- a/host.c +++ b/host.c @@ -1049,6 +1049,10 @@ void Host_Main(void) pass1+pass2+pass3, pass1, pass2, pass3); } } + else if (cls.state != ca_dedicated) + { + NetConn_ClientFrame(); + } #if MEMPARANOIA Mem_CheckSentinelsGlobal();