]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - sbar.c
moved health counter in quake hud back to its original position, no longer overlappin...
[xonotic/darkplaces.git] / sbar.c
diff --git a/sbar.c b/sbar.c
index 2e1140ac50e4731c23f1d8e89150c8d698ae42f5..6bed527d624ef1b3edadddeda7050e63bd876f4c 100644 (file)
--- a/sbar.c
+++ b/sbar.c
@@ -1325,7 +1325,7 @@ void Sbar_Draw (void)
                                Sbar_DrawFace ();
 
                                // health
-                               Sbar_DrawNum (154, 0, cl.stats[STAT_HEALTH], 3, cl.stats[STAT_HEALTH] <= 25);
+                               Sbar_DrawNum (136, 0, cl.stats[STAT_HEALTH], 3, cl.stats[STAT_HEALTH] <= 25);
 
                                // ammo icon
                                if (gamemode == GAME_ROGUE)