mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-13 07:57:58 +00:00
Fix typo in Heretic status bar
This commit is contained in:
parent
49b790a8f6
commit
78c5a8ae92
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class HereticStatusBar : BaseStatusBar
|
||||||
DrawImage("GOD2", (287, 167), DI_ITEM_OFFSETS);
|
DrawImage("GOD2", (287, 167), DI_ITEM_OFFSETS);
|
||||||
}
|
}
|
||||||
//health
|
//health
|
||||||
DrawImage("CHAINCAC", (0, 190), DI_ITEM_OFFSETS);
|
DrawImage("CHAINBAC", (0, 190), DI_ITEM_OFFSETS);
|
||||||
// wiggle the chain if it moves
|
// wiggle the chain if it moves
|
||||||
int inthealth = mHealthInterpolator.GetValue();
|
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);
|
DrawGem("CHAIN", "LIFEGEM2",inthealth, CPlayer.mo.GetMaxHealth(true), (2, 191 + wiggle), 15, 25, 16, (multiplayer? DI_TRANSLATABLE : 0) | DI_ITEM_LEFT_TOP);
|
||||||
|
|
Loading…
Reference in a new issue