From: terencehill Date: Sat, 9 Jun 2012 12:37:44 +0000 (+0200) Subject: Fix typo, no value should be specified in _hud_descriptions.cfg X-Git-Tag: xonotic-v0.8.1~12^2~40 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=67cb2c4d076f5d28545018804ed3eba296b8a696;p=xonotic%2Fxonotic-data.pk3dir.git Fix typo, no value should be specified in _hud_descriptions.cfg --- diff --git a/_hud_descriptions.cfg b/_hud_descriptions.cfg index dc9c59c9d..499f2d508 100644 --- a/_hud_descriptions.cfg +++ b/_hud_descriptions.cfg @@ -305,5 +305,5 @@ seta hud_panel_itemstime_progressbar_name "" "name of progressbar to use behind seta hud_panel_itemstime_progressbar_reduced "" "progressbar is displayed only in the text field" seta hud_panel_itemstime_showspawned "0" "show icons of already spawned items" seta hud_panel_itemstime_text "" "show text" -seta hud_panel_itemstime_ratio "2" "ratio between space reserved for text and icon width of each item entry (min value is 2)" +seta hud_panel_itemstime_ratio "" "ratio between space reserved for text and icon width of each item entry (min value is 2)"