X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2Fmain.qc;h=36ec4f7b8c2525c2712566410ae80be9977ab50f;hb=c02f903b59fd0ddf8190bd28ccf2586d0bf20776;hp=13f9545faab60a7c944d4d45b192dc6e16ca8a46;hpb=e3507f4fdbc2b3e15b663365e57e0aa60f3cf1a6;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/main.qc b/qcsrc/client/main.qc index 13f9545fa..36ec4f7b8 100644 --- a/qcsrc/client/main.qc +++ b/qcsrc/client/main.qc @@ -158,8 +158,6 @@ void CSQC_Init(void) WarpZone_Init(); hud_skin_path = strzone(strcat("gfx/hud/", autocvar_hud_skin)); - hud_configure_prev = -1; - draw_currentSkin = strzone(strcat("gfx/menu/", cvar_string("menu_skin"))); }