From 6b81349a31a4fb7bc3dc8c9fe3dfadfa0ecf88ca Mon Sep 17 00:00:00 2001 From: Spoike Date: Thu, 20 Oct 2005 00:06:07 +0000 Subject: [PATCH] Lets have a few more sound channels - the map 'masque' needs it. git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1509 fc73d0e0-1445-4013-8a0c-d673dee63da5 --- engine/client/sound.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/client/sound.h b/engine/client/sound.h index 096492a25..4dcfae0ff 100644 --- a/engine/client/sound.h +++ b/engine/client/sound.h @@ -155,7 +155,7 @@ void SNDVC_MicInput(qbyte *buffer, int samples, int freq, int width); // User-setable variables // ==================================================================== -#define MAX_CHANNELS 128 +#define MAX_CHANNELS 256 #define MAX_DYNAMIC_CHANNELS 8