From 3df188b4c94447cb86476c38d5a8149903060f5b Mon Sep 17 00:00:00 2001 From: Shpoike Date: Thu, 25 Mar 2021 21:52:24 +0000 Subject: [PATCH] o.O less sounds allowed than precaches?.. no longer! --- quakespasm/Quake/snd_dma.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quakespasm/Quake/snd_dma.c b/quakespasm/Quake/snd_dma.c index d9ea22d8..fd33786b 100644 --- a/quakespasm/Quake/snd_dma.c +++ b/quakespasm/Quake/snd_dma.c @@ -76,7 +76,7 @@ int s_rawend; portable_samplepair_t s_rawsamples[MAX_RAW_SAMPLES]; -#define MAX_SFX 1024 +#define MAX_SFX MAX_SOUNDS static sfx_t *known_sfx = NULL; // hunk allocated [MAX_SFX] static int num_sfx;