Skip to content

Commit

Permalink
Fix typo in Heretic status bar
Browse files Browse the repository at this point in the history
  • Loading branch information
3saster authored and madame-rachelle committed Aug 31, 2019
1 parent 49b790a commit 78c5a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wadsrc/static/zscript/ui/statusbar/heretic_sbar.zs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class HereticStatusBar : BaseStatusBar
DrawImage("GOD2", (287, 167), DI_ITEM_OFFSETS);
}
//health
DrawImage("CHAINCAC", (0, 190), DI_ITEM_OFFSETS);
DrawImage("CHAINBAC", (0, 190), DI_ITEM_OFFSETS);
// wiggle the chain if it moves
int inthealth = mHealthInterpolator.GetValue();
DrawGem("CHAIN", "LIFEGEM2",inthealth, CPlayer.mo.GetMaxHealth(true), (2, 191 + wiggle), 15, 25, 16, (multiplayer? DI_TRANSLATABLE : 0) | DI_ITEM_LEFT_TOP);
Expand Down

0 comments on commit 78c5a8a

Please sign in to comment.