Fix typo in Heretic status bar

This commit is contained in:
PaulyB 2019-08-31 00:26:12 -07:00 committed by Rachael Alexanderson
parent 49b790a8f6
commit 78c5a8ae92
1 changed files with 1 additions and 1 deletions

View File

@ -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);