Skip to content

Commit

Permalink
Hi Nick!
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Dec 12, 2023
1 parent 9ca8993 commit bb9c62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion binary/dlls/mp5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ void CMP5::PrimaryAttack()
flags = 0;
#endif

PLAYBACK_EVENT_FULL( flags, m_pPlayer->edict(), m_usMP5, 0.0, (float *)&g_vecZero, (float *)&g_vecZero, vecDir.x, vecDir.y -= 0.08, 0, 0, 0, 0 );
PLAYBACK_EVENT_FULL( flags, m_pPlayer->edict(), m_usMP5, 0.0, (float *)&g_vecZero, (float *)&g_vecZero, vecDir.x, vecDir.y, 0, 0, 0, 0 );

if (!m_iClip && m_pPlayer->m_rgAmmo[m_iPrimaryAmmoType] <= 0)
// HEV suit - indicate out of ammo condition
Expand Down

0 comments on commit bb9c62a

Please sign in to comment.