From c10e613e623cd3055a51588c39d8f33c6744c181 Mon Sep 17 00:00:00 2001 From: terencehill Date: Tue, 31 Aug 2010 23:09:11 +0200 Subject: [PATCH] Bring back hud_showbinds in defaultXonotic.cfg with a better definition This actually fixes vote panel not recognizing the keys to vote I'm sorry for having suggested to FruitieX the removal of this cvar a while ago, I didn't realize the code to read this cvar was moved within getcommandkey function. --- defaultXonotic.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/defaultXonotic.cfg b/defaultXonotic.cfg index c9b5cd7df..559fa8811 100644 --- a/defaultXonotic.cfg +++ b/defaultXonotic.cfg @@ -1376,6 +1376,9 @@ seta hud_panel_engineinfo_framecounter_exponentialmovingaverage 1 "use an averag seta hud_panel_engineinfo_framecounter_exponentialmovingaverage_new_weight 0.1 "weight of latest data point" seta hud_panel_engineinfo_framecounter_exponentialmovingaverage_instantupdate_change_threshold 0.5 "threshold for fps change when to update instantly, to make big fps changes update faster" +seta hud_showbinds 1 "the way to show the keys to press in HUD messages: 0 displays only actions, 1 only bound keys, 2 both" +seta hud_showbinds_limit 2 "maximum number of bound keys to show for an action. 0 for unlimited" + // scoreboard seta scoreboard_columns default seta scoreboard_border_thickness 1 "scoreboard border thickness" -- 2.39.2