From 87e4603c312b85f525f9d4403cef7f063e9c9646 Mon Sep 17 00:00:00 2001 From: MirceaKitsune Date: Sun, 5 Sep 2010 01:53:27 +0300 Subject: [PATCH] White text is better --- data/qcsrc/client/sbar.qc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/qcsrc/client/sbar.qc b/data/qcsrc/client/sbar.qc index 38a09fd9..e8920f46 100644 --- a/data/qcsrc/client/sbar.qc +++ b/data/qcsrc/client/sbar.qc @@ -2914,7 +2914,7 @@ void Sbar_Draw (void) stomach_status_color_z = 0; drawpic(bottomleft - '0 256 0', "gfx/hud/bg_stomach_status", '256 256 0', Stomachstatus_Colortrans(stomach_status_color), sbar_alpha_bg, DRAWFLAG_NORMAL); - drawstring(bottomleft - '-80 168 0', "predator:", '8 8 0', '0 0 0', sbar_alpha_fg, DRAWFLAG_NORMAL); + drawstring(bottomleft - '-80 168 0', "predator:", '8 8 0', '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL); } else { @@ -2923,7 +2923,7 @@ void Sbar_Draw (void) stomach_status_color_z = 0; drawpic(bottomleft - '0 256 0', "gfx/hud/bg_stomach_status", '256 256 0', Stomachstatus_Colortrans(stomach_status_color), sbar_alpha_bg, DRAWFLAG_NORMAL); - drawstring(bottomleft - '-80 168 0', "self:", '8 8 0', '0 0 0', sbar_alpha_fg, DRAWFLAG_NORMAL); + drawstring(bottomleft - '-80 168 0', "self:", '8 8 0', ' 1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL); } } float stomach_load; -- 2.39.2