mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
- 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:
parent
a68d5aae70
commit
20bffbd94d
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ class ExhumedStatusBar : RazeStatusBar
|
||||||
// Weapon
|
// Weapon
|
||||||
//
|
//
|
||||||
int weapon = pp.nCurrentWeapon;
|
int weapon = pp.nCurrentWeapon;
|
||||||
int ammo = pp.nAmmo[weapon];
|
int ammo = nCounterDest;
|
||||||
if (ammo > 0) // wicon > 0
|
if (ammo > 0) // wicon > 0
|
||||||
{
|
{
|
||||||
if (weapon == kWeaponPistol && cl_showmagamt)
|
if (weapon == kWeaponPistol && cl_showmagamt)
|
||||||
|
|
Loading…
Reference in a new issue