mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-11 04:51:23 +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 );
|
SetThink( &CCrowbar::Smack );
|
||||||
pev->nextthink = gpGlobals->time + 0.2f;
|
pev->nextthink = gpGlobals->time + 0.2f;
|
||||||
#endif
|
#endif
|
||||||
#ifdef CROWBAR_DELAY_FIX
|
#if CROWBAR_DELAY_FIX
|
||||||
m_flNextPrimaryAttack = UTIL_WeaponTimeBase() + 0.25f;
|
m_flNextPrimaryAttack = UTIL_WeaponTimeBase() + 0.25f;
|
||||||
#else
|
#else
|
||||||
m_flNextPrimaryAttack = GetNextAttackDelay( 0.25f );
|
m_flNextPrimaryAttack = GetNextAttackDelay( 0.25f );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user