mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-12 13:31:33 +00:00
Sync crowbar.cpp with master (#312)
This commit is contained in:
parent
e146c3bf65
commit
0d7cea5756
@ -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…
x
Reference in New Issue
Block a user