From 42aa739a402203a106eb730680849e18b4684150 Mon Sep 17 00:00:00 2001 From: terencehill Date: Wed, 20 Apr 2022 16:00:25 +0200 Subject: [PATCH] KeyHunt HUD: fix keys not fading out showing the menu --- qcsrc/common/gamemodes/gamemode/keyhunt/cl_keyhunt.qc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.2