From ca18e70f2d100285aa0d303c78ee309a6760d74b Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Wed, 26 Feb 2020 01:06:07 +0100 Subject: [PATCH] - SW: Do not skip status bar when the menu is up. --- source/sw/src/panel.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/source/sw/src/panel.cpp b/source/sw/src/panel.cpp index 02adfe182..7028c4b52 100644 --- a/source/sw/src/panel.cpp +++ b/source/sw/src/panel.cpp @@ -775,9 +775,6 @@ void PlayerUpdatePanelInfo(PLAYERp pp) if (Prediction) return; - if (M_Active()) - return; - PlayerUpdateHealth(pp, 0); PlayerUpdateInventory(pp, pp->InventoryNum); PlayerUpdateAmmo(pp, u->WeaponNum, 0);