summaryrefslogtreecommitdiff
path: root/src/d_net.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/d_net.c')
-rw-r--r--src/d_net.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/d_net.c b/src/d_net.c
index b8e34dec..56f04876 100644
--- a/src/d_net.c
+++ b/src/d_net.c
@@ -405,9 +405,6 @@ void D_CheckNetGame (void)
//
void D_QuitNetGame (void)
{
- if (debugfile)
- fclose (debugfile);
-
#ifdef FEATURE_MULTIPLAYER
NET_SV_Shutdown();