]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.c
-Added 2 builtins to make the hostcache stuff easier extensible.
[xonotic/darkplaces.git] / cmd.c
diff --git a/cmd.c b/cmd.c
index fe455296ef4fc3278ac270e7308ebcd0c1ae95f7..f8c3f1fcf633fd42eab313aa570b777d106d87c7 100644 (file)
--- a/cmd.c
+++ b/cmd.c
@@ -459,6 +459,16 @@ void Cmd_Init (void)
        Cmd_AddCommand ("seta", Cvar_SetA_f);
 }
 
+/*
+============
+Cmd_Shutdown
+============
+*/
+void Cmd_Shutdown(void)
+{
+       Mem_FreePool(&cmd_mempool);
+}
+
 /*
 ============
 Cmd_Argc