From: terencehill Date: Wed, 20 Apr 2022 14:00:25 +0000 (+0200) Subject: KeyHunt HUD: fix keys not fading out showing the menu X-Git-Tag: xonotic-v0.8.5~59 X-Git-Url: https://de.git.xonotic.org/?a=commitdiff_plain;h=42aa739a402203a106eb730680849e18b4684150;p=xonotic%2Fxonotic-data.pk3dir.git KeyHunt HUD: fix keys not fading out showing the menu --- diff --git a/qcsrc/common/gamemodes/gamemode/keyhunt/cl_keyhunt.qc b/qcsrc/common/gamemodes/gamemode/keyhunt/cl_keyhunt.qc index 29cb4194a..1600d1e2b 100644 --- a/qcsrc/common/gamemodes/gamemode/keyhunt/cl_keyhunt.qc +++ b/qcsrc/common/gamemodes/gamemode/keyhunt/cl_keyhunt.qc @@ -85,6 +85,7 @@ void HUD_Mod_KH(vector pos, vector mySize) case NUM_TEAM_4: if(team4_keys == all_keys) alpha = blink; break; } } + alpha *= panel_fg_alpha; // Draw icons