Browse Source

Reset fov on crossbow holster (#394)

fix-cwd-path
Roman Chistokhodov 1 year ago committed by GitHub
parent
commit
17b34aa42b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dlls/crossbow.cpp

2
dlls/crossbow.cpp

@ -324,7 +324,7 @@ void CCrossbow::Holster( int skiplocal /* = 0 */ )
{ {
m_fInReload = FALSE;// cancel any reload in progress. m_fInReload = FALSE;// cancel any reload in progress.
if( m_fInZoom ) if( m_pPlayer->pev->fov != 0 )
{ {
SecondaryAttack(); SecondaryAttack();
} }

Loading…
Cancel
Save