summaryrefslogtreecommitdiff
path: root/src/heretic
diff options
context:
space:
mode:
authorSimon Howard2013-04-05 20:15:56 +0000
committerSimon Howard2013-04-05 20:15:56 +0000
commitd71cfa9e4af661ace3f957162fa14cbdba8bd83c (patch)
treed7ee9b4635c4d44fe071ca0e99ab720706b7ee14 /src/heretic
parent6617f41db080196a0e0844c2fcf6e4f982e161b3 (diff)
downloadchocolate-doom-d71cfa9e4af661ace3f957162fa14cbdba8bd83c.tar.gz
chocolate-doom-d71cfa9e4af661ace3f957162fa14cbdba8bd83c.tar.bz2
chocolate-doom-d71cfa9e4af661ace3f957162fa14cbdba8bd83c.zip
Split Doom netgame startup into two stages.
Subversion-branch: /branches/v2-branch Subversion-revision: 2583
Diffstat (limited to 'src/heretic')
-rw-r--r--src/heretic/d_net.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/heretic/d_net.c b/src/heretic/d_net.c
index 3950b129..54b0c14d 100644
--- a/src/heretic/d_net.c
+++ b/src/heretic/d_net.c
@@ -188,10 +188,6 @@ void D_CheckNetGame (void)
D_RegisterLoopCallbacks(&doom_loop_interface);
- // Call D_QuitNetGame on exit
-
- I_AtExit(D_QuitNetGame, true);
-
InitConnectData(&connect_data);
netgame = D_InitNetGame(&connect_data);