Skip to content

Commit

Permalink
client: ammo: apply fix for HUD vertical inconsistency (ValveSoftware…
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Dec 21, 2023
1 parent de43a7b commit e8db2fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cl_dll/ammo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ int CHudAmmo::Draw( float flTime )

// Does this weapon have a clip?
y = ScreenHeight - gHUD.m_iFontHeight - gHUD.m_iFontHeight / 2;
y += gHUD.m_iHudNumbersYOffset; // a1ba: fix HL25 HUD vertical inconsistensy

// Does weapon have any ammo at all?
if( m_pWeapon->iAmmoType > 0 )
Expand Down

0 comments on commit e8db2fa

Please sign in to comment.