From d3d93d4325cae4f09fe2512fe78335ca76d4bcb7 Mon Sep 17 00:00:00 2001 From: havoc Date: Mon, 11 Dec 2006 16:39:13 +0000 Subject: [PATCH] moved health counter in quake hud back to its original position, no longer overlapping hipnotic key icons (for some reason Black's patch to add the nexuiz hud in revision 1.27 also moved the quake health counter, I can't discern why...) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6646 d7cf8633-e32d-0410-b094-e92efae38249 --- sbar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbar.c b/sbar.c index 2e1140ac..6bed527d 100644 --- 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) -- 2.39.2