From: terencehill Date: Thu, 9 Dec 2010 22:16:27 +0000 (+0100) Subject: Fix panel 0 selected entering hud config mode X-Git-Tag: xonotic-v0.5.0~367 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=d42a551dfd0a577ef65a0cd06a1474561c7f281e;p=xonotic%2Fxonotic-data.pk3dir.git Fix panel 0 selected entering hud config mode --- diff --git a/qcsrc/client/Main.qc b/qcsrc/client/Main.qc index 0a21e6503..63cbfded7 100644 --- a/qcsrc/client/Main.qc +++ b/qcsrc/client/Main.qc @@ -167,7 +167,9 @@ void CSQC_Init(void) minimapname = strzone(minimapname); WarpZone_Init(); + hud_configure_prev = -1; + tab_panel = -1; } // CSQC_Shutdown : Called every time the CSQC code is shutdown (changing maps, quitting, etc)