From: Samual Date: Tue, 18 Oct 2011 23:28:33 +0000 (-0400) Subject: Whoopsie forgot the quote marks here X-Git-Tag: xonotic-v0.6.0~35^2~78^2~7^2~28 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=c0edbed7e76e7c58dd13a039824c8538f92078ca;p=xonotic%2Fxonotic-data.pk3dir.git Whoopsie forgot the quote marks here --- diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg index db9ca61f6..4059c431b 100644 --- a/_hud_descriptions.cfg +++ b/_hud_descriptions.cfg @@ -283,7 +283,7 @@ seta hud_panel_centerprint_fade_in "" "how long a message takes to fade in" seta hud_panel_centerprint_fade_out "" "how long a message takes to fade out (this time is included in the message duration and can't be > 5)" seta hud_panel_centerprint_fade_subsequent "" "enable extra fading effects for each additional message, so that the more messages you have the more they become faded out" seta hud_panel_centerprint_fade_subsequent_passone "" "division factor for the first pass for alpha fading, with 2 all messages after the first have half alpha" -seta hud_panel_centerprint_fade_subsequent_passone_minalpha "minimum factor that the first pass can fade to" +seta hud_panel_centerprint_fade_subsequent_passone_minalpha "" "minimum factor that the first pass can fade to" seta hud_panel_centerprint_fade_subsequent_passtwo "" "division factor for the second pass for alpha fading, it applies another fade on top of the first pass to make it more transitioned" -seta hud_panel_centerprint_fade_subsequent_passtwo_minalpha "minimum factor that the second pass can fade to" +seta hud_panel_centerprint_fade_subsequent_passtwo_minalpha "" "minimum factor that the second pass can fade to" seta hud_panel_centerprint_fade_minfontsize "" "minimum factor for the font size from the fading effects"