r852 - trunk/code/unix

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Fri Aug 18 05:21:01 EDT 2006


Author: thilo
Date: 2006-08-18 05:21:01 -0400 (Fri, 18 Aug 2006)
New Revision: 852

Modified:
   trunk/code/unix/unix_net.c
Log:
The server should still process network packages for keeping the package queue empty.


Modified: trunk/code/unix/unix_net.c
===================================================================
--- trunk/code/unix/unix_net.c	2006-08-18 02:10:02 UTC (rev 851)
+++ trunk/code/unix/unix_net.c	2006-08-18 09:21:01 UTC (rev 852)
@@ -662,7 +662,7 @@
 		FD_SET(0, &fdset); // stdin is processed too
 		highestfd = 1;
 	}
-	if(ip_socket && com_sv_running->integer)
+	if(ip_socket)
 	{
 		FD_SET(ip_socket, &fdset); // network socket
 		if(ip_socket >= highestfd)




More information about the quake3-commits mailing list