From c55bdc41ce9fd49ee89c24c95d136b06d6810e5c Mon Sep 17 00:00:00 2001 From: Night Owl Date: Sat, 13 Jan 2018 15:52:06 +0500 Subject: [PATCH] Fix HUD color. --- cl_dll/hud.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cl_dll/hud.h b/cl_dll/hud.h index adfae025..7ac6a042 100644 --- a/cl_dll/hud.h +++ b/cl_dll/hud.h @@ -22,8 +22,8 @@ #pragma once #ifndef HUD_H #define HUD_H -#define RGB_YELLOWISH 0x008080FF //128,128,255 -#define RGB_REDISH 0x008080FF //128,128,255 +#define RGB_YELLOWISH 0x005F5FFF //95,95,255 +#define RGB_REDISH 0x00FF1010 //255,16,16 #define RGB_GREENISH 0x0000A000 //0,160,0 #include "wrect.h"