Blood: draw the powerup overlay on the alt HUD as well.

This commit is contained in:
Christoph Oelckers 2023-10-31 18:01:58 +01:00
parent 62c471e225
commit 69c12e0637

View file

@ -776,6 +776,7 @@ class BloodStatusBar : RazeStatusBar
let pPlayer = Blood.GetViewPlayer();
if (pPlayer.throwPower)
TileHGauge("ThrowGauge", 124, 175, pPlayer.throwPower, 1);
drawPowerups(pPlayer);
}
//---------------------------------------------------------------------------