From: MirceaKitsune Date: Sat, 4 Sep 2010 12:43:18 +0000 (+0300) Subject: Self looks nicer X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b7969a0763c39a0dc05dfc30eb670854372f0afc;p=voretournament%2Fvoretournament.git Self looks nicer --- diff --git a/data/qcsrc/client/sbar.qc b/data/qcsrc/client/sbar.qc index 47917f7a..48eaf4b0 100644 --- a/data/qcsrc/client/sbar.qc +++ b/data/qcsrc/client/sbar.qc @@ -974,7 +974,7 @@ void Sbar_PrintStomachboardItem(vector pos, entity pl) if(g_vore_showpreyhealth && stof(str)) { // only if player health is not 0. Also used to hide the predators health pos_x += 138; if(pl.sv_entnum == player_localentnum - 1 || (spectatee_status && pl.sv_entnum == spectatee_status - 1)) - drawcolorcodedstring(pos, " me", '11 11 0', sbar_alpha_fg, DRAWFLAG_NORMAL); + drawcolorcodedstring(pos, "self", '11 11 0', sbar_alpha_fg, DRAWFLAG_NORMAL); else { drawpic(pos, "gfx/hud/sb_health", '11 11 0', '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);