- SW: Do not skip status bar when the menu is up.

This commit is contained in:
Christoph Oelckers 2020-02-26 01:06:07 +01:00
parent 6315bd3960
commit ca18e70f2d
1 changed files with 0 additions and 3 deletions

View File

@ -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);