From 016d7e5293ffcb84d5aff211c2336859094ad2cc Mon Sep 17 00:00:00 2001 From: PaulyB <43163391+3saster@users.noreply.github.com> Date: Sat, 31 Aug 2019 00:26:12 -0700 Subject: [PATCH] Fix typo in Heretic status bar --- wadsrc/static/zscript/ui/statusbar/heretic_sbar.zs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wadsrc/static/zscript/ui/statusbar/heretic_sbar.zs b/wadsrc/static/zscript/ui/statusbar/heretic_sbar.zs index 924c8bf3a..9b61adfc6 100644 --- a/wadsrc/static/zscript/ui/statusbar/heretic_sbar.zs +++ b/wadsrc/static/zscript/ui/statusbar/heretic_sbar.zs @@ -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);