X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=snd_main.h;h=771205ae2e1e56854d514b5f163354c9283570e7;hb=c1ab987e992c1c56ed9ea09426408f7b62ae5100;hp=07cc6e114afe269b2b9b160fd06c621d3858fd31;hpb=8b7faf1afa72d3b1dccfc6e888a6cf4d15d11a6f;p=xonotic%2Fdarkplaces.git diff --git a/snd_main.h b/snd_main.h index 07cc6e11..771205ae 100644 --- a/snd_main.h +++ b/snd_main.h @@ -110,12 +110,6 @@ struct snd_fetcher_s snd_fetcher_getfmt_t getfmt; }; -// 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 512 -#define MAX_CHANNELS 1028 - extern unsigned int total_channels; extern channel_t channels[MAX_CHANNELS];