mirror of https://github.com/FWGS/hlsdk-xash3d
Skip gauss idle animation on client
This commit is contained in:
parent
61b28e0c8c
commit
31a84015ef
|
@ -583,8 +583,9 @@ void CGauss::WeaponIdle( void )
|
||||||
iAnim = GAUSS_FIDGET;
|
iAnim = GAUSS_FIDGET;
|
||||||
m_flTimeWeaponIdle = UTIL_WeaponTimeBase() + 3;
|
m_flTimeWeaponIdle = UTIL_WeaponTimeBase() + 3;
|
||||||
}
|
}
|
||||||
|
#ifndef CLIENT_DLL
|
||||||
SendWeaponAnim( iAnim );
|
SendWeaponAnim( iAnim );
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue