]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
add seta for the new channel volume cvars
authorRudolf Polzer <divverent@xonotic.org>
Sun, 3 Jul 2011 17:34:05 +0000 (19:34 +0200)
committerRudolf Polzer <divverent@xonotic.org>
Sun, 3 Jul 2011 17:34:05 +0000 (19:34 +0200)
defaultXonotic.cfg

index a616d1769264196d8b0a81b5a554d1c7efa13986..1d932f6e61156b730a1178b9671210ae44337865 100644 (file)
@@ -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"