mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-03-12 05:22:55 +00:00
#ifdef->#if.
This commit is contained in:
parent
9bb2924e59
commit
8435857573
@ -463,13 +463,13 @@ void CCrossbow::FireBolt()
|
||||
m_flTimeWeaponIdle = UTIL_WeaponTimeBase() + 0.75f;
|
||||
}
|
||||
|
||||
#ifdef CLIENT_DLL
|
||||
#if CLIENT_DLL
|
||||
extern float offSetFactor;
|
||||
#endif
|
||||
|
||||
void CCrossbow::SecondaryAttack()
|
||||
{
|
||||
#ifdef CLIENT_DLL
|
||||
#if CLIENT_DLL
|
||||
if( offSetFactor != 1 )
|
||||
{
|
||||
offSetFactor = 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user