From: MirceaKitsune Date: Sat, 26 Feb 2011 22:35:21 +0000 (+0200) Subject: Another small positioning tweak X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=690c760e2622728b514df8bae4c2f961d83fa742;p=voretournament%2Fvoretournament.git Another small positioning tweak --- diff --git a/data/qcsrc/client/sbar.qc b/data/qcsrc/client/sbar.qc index c1c4b6c0..4fdfb77e 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 + '10 -13.5 0', "gfx/hud/sb_armor", '16 16 0', '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL); + drawpic(armor_pos + '10.5 -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 -= 7; // always center Sbar_DrawXNum_Colored(armor_pos, x, 12, sbar_alpha_fg);