mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 07:21:58 +00:00
o.O less sounds allowed than precaches?.. no longer!
This commit is contained in:
parent
2d75f02326
commit
8bf2fd636f
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