From 13185e0a4f3a4ef44dfc95d9d325b9c8b4962e8f Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 18 Dec 2012 12:52:05 +0100 Subject: [PATCH] more uninitialized --- qcsrc/client/hud_config.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/client/hud_config.qc b/qcsrc/client/hud_config.qc index cd45a7dcb..b8473e142 100644 --- a/qcsrc/client/hud_config.qc +++ b/qcsrc/client/hud_config.qc @@ -751,7 +751,7 @@ float HUD_Panel_InputEvent(float bInputType, float nPrimary, float nSecondary) tab_backward = (hudShiftState & S_SHIFT); float k, level = 0, start_pos_x; - vector candidate_pos; + vector candidate_pos = '0 0 0'; const float LEVELS_NUM = 4; float level_height = vid_conheight / LEVELS_NUM; :find_tab_panel -- 2.39.2