From: Rudolf Polzer Date: Sun, 3 Jul 2011 17:34:05 +0000 (+0200) Subject: add seta for the new channel volume cvars X-Git-Tag: xonotic-v0.5.0~151^2~2^2~10 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=518483587d597f90386c07f716193662f12ecc78;p=xonotic%2Fxonotic-data.pk3dir.git add seta for the new channel volume cvars --- diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index a616d1769..1d932f6e6 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -2136,6 +2136,13 @@ set g_playerstats_debug 0 "when 1, player stats are dumped to the console too" // create this cvar in case the engine did not set snd_soundradius 1200 +// declare the channels we use +seta snd_channel256volume 1 +seta snd_channel257volume 1 +seta snd_channel258volume 1 +seta snd_channel259volume 1 +seta snd_channel260volume 1 + // loading screen scr_loadingscreen_background 0 scr_loadingscreen_barcolor "0 0.5 1"