r5548 - trunk/data/qcsrc/menu/nexuiz

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Thu Jan 15 08:58:52 EST 2009


Author: div0
Date: 2009-01-15 08:58:52 -0500 (Thu, 15 Jan 2009)
New Revision: 5548

Modified:
   trunk/data/qcsrc/menu/nexuiz/dialog_settings_audio.c
Log:
shots slider should also control csqc channel 6


Modified: trunk/data/qcsrc/menu/nexuiz/dialog_settings_audio.c
===================================================================
--- trunk/data/qcsrc/menu/nexuiz/dialog_settings_audio.c	2009-01-15 13:57:13 UTC (rev 5547)
+++ trunk/data/qcsrc/menu/nexuiz/dialog_settings_audio.c	2009-01-15 13:58:52 UTC (rev 5548)
@@ -72,7 +72,7 @@
 	me.TR(me);
 		me.TDempty(me, 0.2);
 		s = makeNexuizDecibelsSlider(-20, 0, 0.5, "snd_entchannel4volume");
-		makeMulti(s, "snd_playerchannel4volume snd_entchannel6volume");
+		makeMulti(s, "snd_playerchannel4volume snd_entchannel6volume snd_csqcchannel6volume");
 		me.TD(me, 1, 0.8, e = makeNexuizSliderCheckBox(-1000000, 1, s, "Shots:"));
 		me.TD(me, 1, 2, s);
 		setDependentStringNotEqual(e, "volume", "0");




More information about the nexuiz-commits mailing list