]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cmd.c
Mem_AllocPool flags and parent parameters added, now there can be multiple temporary...
[xonotic/darkplaces.git] / cmd.c
diff --git a/cmd.c b/cmd.c
index 2e134d7885047530f1a227f5168ae765ed5c1281..10ee1366f9ca30dcecc95ff786490918f46de3cd 100644 (file)
--- a/cmd.c
+++ b/cmd.c
@@ -462,7 +462,7 @@ Cmd_Init
 */
 void Cmd_Init (void)
 {
-       cmd_mempool = Mem_AllocPool("commands");
+       cmd_mempool = Mem_AllocPool("commands", 0, NULL);
 
 //
 // register our commands