]> de.git.xonotic.org Git - voretournament/voretournament.git/commitdiff
Another small positioning tweak
authorMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 26 Feb 2011 22:35:21 +0000 (00:35 +0200)
committerMirceaKitsune <sonichedgehog_hyperblast00@yahoo.com>
Sat, 26 Feb 2011 22:35:21 +0000 (00:35 +0200)
data/qcsrc/client/sbar.qc

index c1c4b6c0d8c8c1be088a683472695c6d55d72b38..4fdfb77e5bfa524a600eec966165fdff9691ab92 100644 (file)
@@ -3033,7 +3033,7 @@ void Sbar_Draw (void)
                x = armor;\r
                if (x > 0)\r
                {\r
-                       drawpic(armor_pos + '10 -13.5 0', "gfx/hud/sb_armor", '16 16 0', '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);\r
+                       drawpic(armor_pos + '10.5 -13.5 0', "gfx/hud/sb_armor", '16 16 0', '1 1 1', sbar_alpha_fg, DRAWFLAG_NORMAL);\r
                        if(x < 100) armor_pos_x -= 4.5; // always center\r
                        if(x < 10) armor_pos_x -= 7; // always center\r
                        Sbar_DrawXNum_Colored(armor_pos, x, 12, sbar_alpha_fg);\r