From 69c12e063765a2ee4c93d5d33c5fa967792a0077 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Tue, 31 Oct 2023 18:01:58 +0100 Subject: [PATCH] Blood: draw the powerup overlay on the alt HUD as well. --- wadsrc/static/zscript/games/blood/ui/sbar.zs | 1 + 1 file changed, 1 insertion(+) diff --git a/wadsrc/static/zscript/games/blood/ui/sbar.zs b/wadsrc/static/zscript/games/blood/ui/sbar.zs index bd38f18ac..86bb9baab 100644 --- a/wadsrc/static/zscript/games/blood/ui/sbar.zs +++ b/wadsrc/static/zscript/games/blood/ui/sbar.zs @@ -776,6 +776,7 @@ class BloodStatusBar : RazeStatusBar let pPlayer = Blood.GetViewPlayer(); if (pPlayer.throwPower) TileHGauge("ThrowGauge", 124, 175, pPlayer.throwPower, 1); + drawPowerups(pPlayer); } //---------------------------------------------------------------------------