]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - snd_main.h
fix a line I forgot to commit
[xonotic/darkplaces.git] / snd_main.h
index 9018f4ebb6bf359602d6e39eac294917c9357ba5..aba8086c902f297c29c32b5b449d20ed65cfe099 100644 (file)
@@ -113,8 +113,8 @@ 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_CHANNELS                    516
+#define        MAX_DYNAMIC_CHANNELS    512
+#define        MAX_CHANNELS                    1028
 
 extern unsigned int total_channels;
 extern channel_t channels[MAX_CHANNELS];