From: MirceaKitsune Date: Sat, 26 Feb 2011 22:30:56 +0000 (+0200) Subject: Properly position the armor icon too X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9940a9985b8840252dfeba6413760b8d0f95a085;p=voretournament%2Fvoretournament.git Properly position the armor icon too --- diff --git a/data/qcsrc/client/sbar.qc b/data/qcsrc/client/sbar.qc index 54e1aa14..a63c2ae4 100644 --- a/data/qcsrc/client/sbar.qc +++ b/data/qcsrc/client/sbar.qc @@ -3033,7 +3033,7 @@ void Sbar_Draw (void) x = armor; if (x > 0) { - drawpic(armor_pos + '0 -20.5 0', "gfx/hud/sb_armor", '16 16 0', '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL); + drawpic(armor_pos + '10 -13.5 0', "gfx/hud/sb_armor", '16 16 0', '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL); if(x < 100) armor_pos_x -= 4.5; // always center if(x < 10) armor_pos_x -= 6.5; // always center Sbar_DrawXNum_Colored(armor_pos, x, 12, sbar_alpha_fg);