- Exhumed: Revert source for ammo in DrawHUD2() from 7b8dcde5d2.

* Fixes https://forum.zdoom.org/viewtopic.php?f=340&t=72853.
This commit is contained in:
Mitchell Richters 2021-07-24 15:40:15 +10:00
parent a68d5aae70
commit 20bffbd94d

View file

@ -304,7 +304,7 @@ class ExhumedStatusBar : RazeStatusBar
// Weapon
//
int weapon = pp.nCurrentWeapon;
int ammo = pp.nAmmo[weapon];
int ammo = nCounterDest;
if (ammo > 0) // wicon > 0
{
if (weapon == kWeaponPistol && cl_showmagamt)