We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ef355 commit f5fdae6Copy full SHA for f5fdae6
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