]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
changed the flat bump texture (for no bumpmap textures) to have a 128 height instead...
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 420984600c76383fdc8386415d8ad2d394ca7c5d..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)
        {
@@ -1026,5 +1029,7 @@ void Host_Shutdown(void)
        CL_Shutdown();
        Sys_Shutdown();
        Log_Close ();
+       COM_Shutdown ();
+       Memory_Shutdown();
 }