]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/itemstime.qc
Implement fading of panels when showing the scoreboard making use of a new show flag
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mutators / mutator / itemstime.qc
index 3d483a54f52d061ee5f999664dc983e8e15dec74..76fa6fad21b086bcf73f256e64bcbf88e1772354 100644 (file)
@@ -306,9 +306,7 @@ void HUD_ItemsTime()
     if (count == 0)
         return;
 
-    if(1 - scoreboard_fade_alpha <= 0)
-        return;
-    HUD_Panel_LoadCvars(1 - scoreboard_fade_alpha);
+    HUD_Panel_LoadCvars();
 
     vector pos, mySize;
     pos = panel_pos;