mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-14 16:40:52 +00:00
Blood: draw the powerup overlay on the alt HUD as well.
This commit is contained in:
parent
62c471e225
commit
69c12e0637
1 changed files with 1 additions and 0 deletions
|
@ -776,6 +776,7 @@ class BloodStatusBar : RazeStatusBar
|
|||
let pPlayer = Blood.GetViewPlayer();
|
||||
if (pPlayer.throwPower)
|
||||
TileHGauge("ThrowGauge", 124, 175, pPlayer.throwPower, 1);
|
||||
drawPowerups(pPlayer);
|
||||
}
|
||||
|
||||
//---------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue