Night Owl 7 years ago
parent
commit
f318cab1c2
  1. 3
      dlls/shotgun.cpp

3
dlls/shotgun.cpp

@ -144,6 +144,9 @@ void CShotgun::PrimaryAttack() @@ -144,6 +144,9 @@ void CShotgun::PrimaryAttack()
#endif
m_pPlayer->pev->effects = (int)( m_pPlayer->pev->effects ) | EF_MUZZLEFLASH;
// player "shoot" animation
m_pPlayer->SetAnimation( PLAYER_ATTACK1 );
Vector vecSrc = m_pPlayer->GetGunPosition();
Vector vecAiming = m_pPlayer->GetAutoaimVector( AUTOAIM_5DEGREES );

Loading…
Cancel
Save