From d6c579ecd8ef22094937dc5b72f0923218a90a7d Mon Sep 17 00:00:00 2001 From: Night Owl Date: Tue, 6 Dec 2016 23:37:23 +0500 Subject: [PATCH] Fix HUD status icons color in singleplayer. --- cl_dll/health.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/cl_dll/health.cpp b/cl_dll/health.cpp index ae7f157b..0eb40a72 100644 --- a/cl_dll/health.cpp +++ b/cl_dll/health.cpp @@ -391,8 +391,6 @@ int CHudHealth::DrawDamage( float flTime ) UnpackRGB( r, g, b, RGB_REDISH ); } - UnpackRGB( r, g, b, RGB_YELLOWISH ); - a = (int)( fabs( sin( flTime * 2 ) ) * 256.0 ); ScaleColors( r, g, b, a );