We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59ef355 + f5fdae6 commit aa8294cCopy full SHA for aa8294c
1 file changed
src/game/shared/swarm/asw_weapon_chainsaw_shared.h
@@ -36,6 +36,7 @@ class CASW_Weapon_Chainsaw : public CASW_Weapon
36
void PrimaryAttack( void );
37
void SecondaryAttack( void ) { PrimaryAttack(); }
38
virtual bool SecondaryAttackEqualsPrimary() { return true; }
39
+ virtual bool ShouldFireFromCameraInFirstPerson() const { return false; }
40
41
void WeaponIdle( void );
42
bool Holster( CBaseCombatWeapon *pSwitchingTo = NULL );
0 commit comments