]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/Main.qc
Fix bad usage of panel_enabled
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / Main.qc
index 3d286b31dbe0db264819b6ece1476e6c6e878ea8..5b9429ebf070b2b2dcbbc59fff447897bcb04613 100644 (file)
@@ -212,7 +212,6 @@ void CSQC_Init(void)
 
        hud_skin_path = strzone(strcat("gfx/hud/", autocvar_hud_skin));
        hud_configure_prev = -1;
-       tab_panel = -1;
 
        draw_currentSkin = strzone(strcat("gfx/menu/", cvar_string("menu_skin")));
 }