]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
upped MAX_DYNAMIC_CHANNELS from 128 to 512
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 20 Apr 2007 06:25:06 +0000 (06:25 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Fri, 20 Apr 2007 06:25:06 +0000 (06:25 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@7144 d7cf8633-e32d-0410-b094-e92efae38249

snd_main.h

index 9018f4ebb6bf359602d6e39eac294917c9357ba5..66c4474df03b8e371b378a7153a85af9f0e14dd9 100644 (file)
@@ -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;