From e90fc2d0bf80b1163ff147d3a68cfe4ae24e045d Mon Sep 17 00:00:00 2001 From: GLoOoccK <155241167+GLoOoccK@users.noreply.github.com> Date: Sun, 31 May 2026 16:31:41 -0300 Subject: [PATCH] cl_dll: hud: money: fix Draw --- cl_dll/hud/money.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cl_dll/hud/money.cpp b/cl_dll/hud/money.cpp index ad3096053..5c8898287 100644 --- a/cl_dll/hud/money.cpp +++ b/cl_dll/hud/money.cpp @@ -60,7 +60,7 @@ int CHudMoney::VidInit() int CHudMoney::Draw(float flTime) { - if(( gHUD.m_iHideHUDDisplay & ( HIDEHUD_HEALTH ) )) + if( gHUD.m_iHideHUDDisplay & ( HIDEHUD_MONEY | HIDEHUD_ALL ) ) return 1; if (!(gHUD.m_iWeaponBits & (1<<(WEAPON_SUIT))))