Skip to content

Commit

Permalink
Fixing PatchSELECTBOX Pos for Hexen Crispy-Hud
Browse files Browse the repository at this point in the history
Fixing PatchSELECTBOX Pos for Hexen Crispy-Hud by moving it 2px to the left to align with non-fullscreen standard hud.
  • Loading branch information
Noseey committed Nov 20, 2024
1 parent 2b32c36 commit 087b2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hexen/sb_bar.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down

0 comments on commit 087b2d2

Please sign in to comment.