o.O less sounds allowed than precaches?.. no longer!

This commit is contained in:
Shpoike 2021-03-25 21:52:24 +00:00
parent 2d75f02326
commit 8bf2fd636f

View file

@ -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;