]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - defaultXonotic.cfg
Remove the weapon_setup function, it's stupid
[xonotic/xonotic-data.pk3dir.git] / defaultXonotic.cfg
index 31fe29a1a583492db6e0e53cfadee6caba82835e..2437360c4a91c44b667cd52b18070de50296fa72 100644 (file)
@@ -1533,7 +1533,7 @@ set snd_soundradius 1200
 set snd_softclip 1
 set snd_maxchannelvolume 0
 set snd_streaming_length 2
-seta menu_snd_sliderscale 0 "0: decibels; 1: linear percent; 2: 0..10 scale"
+seta menu_snd_sliderscale 2 "0: decibels; 1: linear percent; 2: 0..10 scale; 3: slider size percent"
 seta menu_snd_attenuation_method 1 "Use exponential instead of linear falloff for sound attenuation"
 alias snd_attenuation_method_0 "set menu_snd_attenuation_method 0; set snd_soundradius 1200; set snd_attenuation_exponent 1; set snd_attenuation_decibel 0" // Quake default
 alias snd_attenuation_method_1 "set menu_snd_attenuation_method 1; set snd_soundradius 2400; set snd_attenuation_exponent 4; set snd_attenuation_decibel 0" // nice approximation for method 2