Browse Source

Sync crowbar.cpp with master (#312)

bshift
Roman Chistokhodov 2 years ago committed by GitHub
parent
commit
0d7cea5756
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      dlls/crowbar.cpp

2
dlls/crowbar.cpp

@ -337,7 +337,7 @@ int CCrowbar::Swing( int fFirst ) @@ -337,7 +337,7 @@ int CCrowbar::Swing( int fFirst )
SetThink( &CCrowbar::Smack );
pev->nextthink = gpGlobals->time + 0.2f;
#endif
#ifdef CROWBAR_DELAY_FIX
#if CROWBAR_DELAY_FIX
m_flNextPrimaryAttack = UTIL_WeaponTimeBase() + 0.25f;
#else
m_flNextPrimaryAttack = GetNextAttackDelay( 0.25f );

Loading…
Cancel
Save