]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/hud/panel/timer.qc
Reset QuickMenu_Page_Command_Type when clearing up a quickmenu command otherwise...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / hud / panel / timer.qc
index 59702304f8e2e8eccadf5fdc172e447e3b1c9fa6..5a7194a45849ee7967f97e2a9694fccaf3b97c0c 100644 (file)
@@ -14,7 +14,10 @@ void HUD_Timer()
        pos = panel_pos;
        mySize = panel_size;
 
-       HUD_Scale_Enable();
+       if (autocvar_hud_panel_timer_dynamichud)
+               HUD_Scale_Enable();
+       else
+               HUD_Scale_Disable();
        HUD_Panel_DrawBg(1);
        if(panel_bg_padding)
        {