From: MirceaKitsune Date: Sat, 4 Sep 2010 22:53:27 +0000 (+0300) Subject: White text is better X-Git-Url: http://de.git.xonotic.org/?a=commitdiff_plain;ds=sidebyside;h=87e4603c312b85f525f9d4403cef7f063e9c9646;p=voretournament%2Fvoretournament.git White text is better --- 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;