]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
more uninitialized
authorRudolf Polzer <divverent@xonotic.org>
Tue, 18 Dec 2012 11:52:05 +0000 (12:52 +0100)
committerRudolf Polzer <divverent@xonotic.org>
Tue, 18 Dec 2012 11:52:05 +0000 (12:52 +0100)
qcsrc/client/hud_config.qc

index cd45a7dcb7faf48c17a7efb3895334d0a7648ade..b8473e142359f04517d47eda59cc8051754767c5 100644 (file)
@@ -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