From a1a270919999ac9b410ab162b026b3fdbf2d78ea Mon Sep 17 00:00:00 2001 From: havoc Date: Fri, 20 Apr 2007 06:25:06 +0000 Subject: [PATCH] upped MAX_DYNAMIC_CHANNELS from 128 to 512 git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7144 d7cf8633-e32d-0410-b094-e92efae38249 --- snd_main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snd_main.h b/snd_main.h index 9018f4eb..66c4474d 100644 --- a/snd_main.h +++ b/snd_main.h @@ -113,7 +113,7 @@ struct snd_fetcher_s // 0 to NUM_AMBIENTS - 1 = water, etc // NUM_AMBIENTS to NUM_AMBIENTS + MAX_DYNAMIC_CHANNELS - 1 = normal entity sounds // NUM_AMBIENTS + MAX_DYNAMIC_CHANNELS to total_channels = static sounds -#define MAX_DYNAMIC_CHANNELS 128 +#define MAX_DYNAMIC_CHANNELS 512 #define MAX_CHANNELS 516 extern unsigned int total_channels; -- 2.39.2