mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2025-02-20 19:12:03 +00:00
o.O less sounds allowed than precaches?.. no longer!
This commit is contained in:
parent
c453a2873a
commit
3df188b4c9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue