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 c64d333379
commit 3c249da7dd

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);
}
//---------------------------------------------------------------------------