Skip to content

Commit

Permalink
- fix hexen status bar as suggested in this topic: https://forum.zdoo…
Browse files Browse the repository at this point in the history
  • Loading branch information
madame-rachelle committed May 21, 2021
1 parent fef835b commit f01b901
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wadsrc/static/zscript/ui/statusbar/hexen_sbar.zs
Expand Up @@ -129,8 +129,8 @@ class HexenStatusBar : BaseStatusBar
int inthealth = mHealthInterpolator2.GetValue();
DrawGem(Chain, Gem, inthealth, CPlayer.mo.GetMaxHealth(true), (30, 193), -23, 49, 15, (multiplayer? DI_TRANSLATABLE : 0) | DI_ITEM_LEFT_TOP);

DrawImage("LFEDGE", (0, 192), DI_ITEM_OFFSETS);
DrawImage("RTEDGE", (277, 192), DI_ITEM_OFFSETS);
DrawImage("LFEDGE", (0, 193), DI_ITEM_OFFSETS);
DrawImage("RTEDGE", (277, 193), DI_ITEM_OFFSETS);

if (!automapactive)
{
Expand Down

0 comments on commit f01b901

Please sign in to comment.