]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - host.c
-Added 2 builtins to make the hostcache stuff easier extensible.
[xonotic/darkplaces.git] / host.c
diff --git a/host.c b/host.c
index 0b73b6539cb66325e4cf14ac3a4a214a5981858e..a1a9d129ac587f20359b4bd23692fe9adeb16cf2 100644 (file)
--- a/host.c
+++ b/host.c
@@ -1022,6 +1022,7 @@ void Host_Shutdown(void)
                VID_Shutdown();
        }
 
+       Cmd_Shutdown();
        Sys_Shutdown();
        Log_Close ();
 }