]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
changed offsetmapping bias to -0.04 so that it never samples off the model skins
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index a1a9d129ac587f20359b4bd23692fe9adeb16cf2..a6b1e8c26f2e74ca893aad2193bdcb50c1e7c1fe 100644 (file)
--- a/host.c
+++ b/host.c
@@ -1014,7 +1014,10 @@ void Host_Shutdown(void)
        Host_SaveConfig_f();
 
        CDAudio_Shutdown ();
+       S_Terminate ();
        NetConn_Shutdown ();
+       PR_Shutdown ();
+       Cbuf_Shutdown ();
 
        if (cls.state != ca_dedicated)
        {
@@ -1023,7 +1026,10 @@ void Host_Shutdown(void)
        }
 
        Cmd_Shutdown();
+       CL_Shutdown();
        Sys_Shutdown();
        Log_Close ();
+       COM_Shutdown ();
+       Memory_Shutdown();
 }