From e66c24d584b2dd96576da9eaf006caf53d46dde4 Mon Sep 17 00:00:00 2001 From: NepDisk Date: Mon, 8 Dec 2025 10:05:52 -0500 Subject: [PATCH] raise SFX freeslots --- src/sounds.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sounds.h b/src/sounds.h index 102b22c2e..8235d93fe 100644 --- a/src/sounds.h +++ b/src/sounds.h @@ -24,7 +24,7 @@ extern "C" { #define NUMSKINSOUNDS 11 // free sfx for S_AddSoundFx() -#define NUMSFXFREESLOTS 2500 // Matches SOC Editor. +#define NUMSFXFREESLOTS 7000 // Matches SOC Editor. #define NUMSKINSFXSLOTS (50000 - NUMSFXFREESLOTS) //