From deed3f67690647b2e44591dab3d30facde47b5b2 Mon Sep 17 00:00:00 2001 From: Sabian Roberts <31491602+sabianroberts@users.noreply.github.com> Date: Fri, 21 Jun 2024 00:09:42 +0100 Subject: [PATCH] Fix burgers --- cl_dll/battery.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cl_dll/battery.cpp b/cl_dll/battery.cpp index 3a649f1..af995d8 100644 --- a/cl_dll/battery.cpp +++ b/cl_dll/battery.cpp @@ -109,8 +109,7 @@ int CHudBattery::Draw(float flTime) // DeanAMX: Flash the armour HUD on zero. UnpackRGB(r, g, b, RGB_DEFAULT); - if (gEngfuncs.pfnGetCvarPointer("sv_aura_regeneration")->value == 1) - { + //if (gEngfuncs.pfnGetCvarPointer("sv_aura_regeneration")->value == 1) { if (m_iBat <= 0) { @@ -145,7 +144,7 @@ int CHudBattery::Draw(float flTime) else a = MIN_ALPHA; } - } + //} ScaleColors(r, g, b, a );