From e9fd66b726985233d79f1c6193ee36e65b68f58a Mon Sep 17 00:00:00 2001 From: terencehill Date: Fri, 7 Aug 2015 15:59:53 +0200 Subject: [PATCH] Initialize autocvar_hud_panel_itemstime_progressbar_maxtime too --- qcsrc/client/autocvars.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/autocvars.qh b/qcsrc/client/autocvars.qh index 036bd914e..49d9719a9 100644 --- a/qcsrc/client/autocvars.qh +++ b/qcsrc/client/autocvars.qh @@ -274,7 +274,7 @@ float autocvar_hud_panel_itemstime_dynamicsize = 1; float autocvar_hud_panel_itemstime_ratio = 2; int autocvar_hud_panel_itemstime_iconalign; bool autocvar_hud_panel_itemstime_progressbar = 0; -float autocvar_hud_panel_itemstime_progressbar_maxtime; +float autocvar_hud_panel_itemstime_progressbar_maxtime = 30; string autocvar_hud_panel_itemstime_progressbar_name = "progressbar"; float autocvar_hud_panel_itemstime_progressbar_reduced; bool autocvar_hud_panel_itemstime_hidespawned = 0; -- 2.39.2