Fix my mistake.

This commit is contained in:
Night Owl 2017-06-14 23:49:49 +05:00
parent 9a33e5318c
commit 10683b8f56

View File

@ -881,7 +881,7 @@ int CHudAmmo::Draw( float flTime )
y = ScreenHeight - gHUD.m_iFontHeight - gHUD.m_iFontHeight / 2;
// Does weapon have any ammo at all?
if( m_pWeapon->iAmmoType > 0 )
if( m_pWeapon->iAmmoType > 0 && m_pWeapon->hDuckHunt == 0 )
{
int iIconWidth = m_pWeapon->rcAmmo.right - m_pWeapon->rcAmmo.left;