From 087b2d2dea29b667daf10a64c7a5355399fde696 Mon Sep 17 00:00:00 2001 From: Noseey Date: Wed, 20 Nov 2024 22:05:01 +0100 Subject: [PATCH] Fixing PatchSELECTBOX Pos for Hexen Crispy-Hud Fixing PatchSELECTBOX Pos for Hexen Crispy-Hud by moving it 2px to the left to align with non-fullscreen standard hud. --- src/hexen/sb_bar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hexen/sb_bar.c b/src/hexen/sb_bar.c index d839703ec..92a0bf591 100644 --- a/src/hexen/sb_bar.c +++ b/src/hexen/sb_bar.c @@ -1568,7 +1568,7 @@ void DrawFullScreenStuff(void) } } } - V_DrawPatch(50 + curpos * 31, 167, PatchSELECTBOX); + V_DrawPatch(48 + curpos * 31, 167, PatchSELECTBOX); if (x != 0) { V_DrawPatch(xPosGem1, 167, !(leveltime & 4) ? PatchINVLFGEM1 :