]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - r_shadow.c
Mem_AllocPool flags and parent parameters added, now there can be multiple temporary...
[xonotic/darkplaces.git] / r_shadow.c
index ef1190c29d2737ba7e32eb628860eed7f9408ce3..49d0701eea2045f226f05943c6ee85a04360eb24 100644 (file)
@@ -392,7 +392,7 @@ void R_Shadow_Init(void)
        }
        Cmd_AddCommand("r_shadow_help", R_Shadow_Help_f);
        R_Shadow_EditLights_Init();
-       r_shadow_mempool = Mem_AllocPool("R_Shadow");
+       r_shadow_mempool = Mem_AllocPool("R_Shadow", 0, NULL);
        r_shadow_worldlightchain = NULL;
        maxshadowelements = 0;
        shadowelements = NULL;