]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix panel 0 selected entering hud config mode
authorterencehill <piuntn@gmail.com>
Thu, 9 Dec 2010 22:16:27 +0000 (23:16 +0100)
committerterencehill <piuntn@gmail.com>
Thu, 9 Dec 2010 22:16:27 +0000 (23:16 +0100)
qcsrc/client/Main.qc

index 0a21e6503199b5c2ab0ea7bbcdf3b2c29734fb76..63cbfded71d18b509e765d292eaef023dc84516e 100644 (file)
@@ -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)