[quake3-commits] r2203 - trunk/code/qcommon
DONOTREPLY at icculus.org
DONOTREPLY at icculus.org
Fri Dec 2 21:23:39 EST 2011
Author: thilo
Date: 2011-12-02 21:23:38 -0500 (Fri, 02 Dec 2011)
New Revision: 2203
Modified:
trunk/code/qcommon/net_ip.c
Log:
Fix net_restart when networking was temporarily disabled
Modified: trunk/code/qcommon/net_ip.c
===================================================================
--- trunk/code/qcommon/net_ip.c 2011-11-28 17:36:58 UTC (rev 2202)
+++ trunk/code/qcommon/net_ip.c 2011-12-03 02:23:38 UTC (rev 2203)
@@ -1709,6 +1709,7 @@
NET_Restart_f
====================
*/
-void NET_Restart_f( void ) {
- NET_Config( networkingEnabled );
+void NET_Restart_f(void)
+{
+ NET_Config(qtrue);
}
More information about the quake3-commits
mailing list