mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- SW: Do not skip status bar when the menu is up.
This commit is contained in:
parent
6315bd3960
commit
ca18e70f2d
1 changed files with 0 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue