summaryrefslogtreecommitdiff
path: root/src/strife/d_net.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/strife/d_net.c')
-rw-r--r--src/strife/d_net.c4
1 files changed, 0 insertions, 4 deletions
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);