]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
DSP files must be treated as binary files
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index c7f92fa24b914f0efe17bbf26f7ff718ce6d5b45..a6b1e8c26f2e74ca893aad2193bdcb50c1e7c1fe 100644 (file)
--- a/host.c
+++ b/host.c
@@ -1017,7 +1017,6 @@ void Host_Shutdown(void)
        S_Terminate ();
        NetConn_Shutdown ();
        PR_Shutdown ();
-       COM_Shutdown ();
        Cbuf_Shutdown ();
 
        if (cls.state != ca_dedicated)
@@ -1030,6 +1029,7 @@ void Host_Shutdown(void)
        CL_Shutdown();
        Sys_Shutdown();
        Log_Close ();
+       COM_Shutdown ();
        Memory_Shutdown();
 }