]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - ui.c
Mem_AllocPool flags and parent parameters added, now there can be multiple temporary...
[xonotic/darkplaces.git] / ui.c
diff --git a/ui.c b/ui.c
index 9915af5642613c5ce4ae82a44e115f5100f67551..0d1b67fd2c33ecd5d3d3b6d8dc31d03adb55dc1b 100644 (file)
--- a/ui.c
+++ b/ui.c
@@ -49,7 +49,7 @@ static mempool_t *ui_mem;
 
 void UI_Init(void)
 {
-       ui_mem = Mem_AllocPool("Intern UI Memory");
+       ui_mem = Mem_AllocPool("Intern UI Memory", 0, NULL);
 }
 
 #define UI_Alloc(size) Mem_Alloc(ui_mem, size)