]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commitdiff
Fix checkforpacketsduringsleep.
authorRudolf Polzer <divverent@xonotic.org>
Thu, 10 Oct 2013 03:19:35 +0000 (05:19 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Thu, 10 Oct 2013 03:22:53 +0000 (05:22 +0200)
host.c

diff --git a/host.c b/host.c
index 0f19632afe23c68dd3a026d338b02e3bf27ffdd7..6102ffec8fb50dff3a3c352576ee7794ec66c19c 100644 (file)
--- 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();