From d71cfa9e4af661ace3f957162fa14cbdba8bd83c Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Fri, 5 Apr 2013 20:15:56 +0000 Subject: Split Doom netgame startup into two stages. Subversion-branch: /branches/v2-branch Subversion-revision: 2583 --- src/strife/d_net.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/strife/d_net.c') diff --git a/src/strife/d_net.c b/src/strife/d_net.c index 355dde56..42de5bd0 100644 --- a/src/strife/d_net.c +++ b/src/strife/d_net.c @@ -231,10 +231,6 @@ void D_CheckNetGame (void) D_RegisterLoopCallbacks(&strife_loop_interface); - // Call D_QuitNetGame on exit - - I_AtExit(D_QuitNetGame, true); - InitConnectData(&connect_data); netgame = D_InitNetGame(&connect_data); -- cgit v1.2.3