]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_dma.c
Mem_AllocPool flags and parent parameters added, now there can be multiple temporary...
[xonotic/darkplaces.git] / snd_dma.c
index e3db4c90ddf802d390c4c27e3d88ef479da763a9..5825fc6246659142554af18d837c995ea634734b 100644 (file)
--- a/snd_dma.c
+++ b/snd_dma.c
@@ -215,7 +215,7 @@ void S_Init(void)
        if (COM_CheckParm("-nosound") || COM_CheckParm("-safe"))
                return;
 
-       snd_mempool = Mem_AllocPool("sound");
+       snd_mempool = Mem_AllocPool("sound", 0, NULL);
 
        if (COM_CheckParm("-simsound"))
                fakedma = true;