Skip to content

Commit

Permalink
Fix net_restart when networking was temporarily disabled
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.icculus.org/quake3/trunk@2203 edf5b092-35ff-0310-97b2-ce42778d08ea
  • Loading branch information
thilo committed Dec 3, 2011
1 parent 9fb5a47 commit 60b4817
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions code/qcommon/net_ip.c
Original file line number Diff line number Diff line change
Expand Up @@ -1709,6 +1709,7 @@ void NET_Sleep(int msec)
NET_Restart_f
====================
*/
void NET_Restart_f( void ) {
NET_Config( networkingEnabled );
void NET_Restart_f(void)
{
NET_Config(qtrue);
}

0 comments on commit 60b4817

Please sign in to comment.