Fix net_restart when networking was temporarily disabled

This commit is contained in:
Thilo Schulz 2011-12-03 02:23:38 +00:00
parent fe64955c0c
commit 66820c79f4
1 changed files with 3 additions and 2 deletions

View File

@ -1709,6 +1709,7 @@ void NET_Sleep(int msec)
NET_Restart_f NET_Restart_f
==================== ====================
*/ */
void NET_Restart_f( void ) { void NET_Restart_f(void)
NET_Config( networkingEnabled ); {
NET_Config(qtrue);
} }