From 518483587d597f90386c07f716193662f12ecc78 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sun, 3 Jul 2011 19:34:05 +0200 Subject: [PATCH 1/1] add seta for the new channel volume cvars --- defaultXonotic.cfg | 7 +++++++ 1 file changed, 7 insertions(+) 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" -- 2.39.2