Skip to content

Commit aa8294c

Browse files
authored
Merge pull request #982 from Kitsune44/weapons
Fix: Weapon: Chainsaw; #843
2 parents 59ef355 + f5fdae6 commit aa8294c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/game/shared/swarm/asw_weapon_chainsaw_shared.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ class CASW_Weapon_Chainsaw : public CASW_Weapon
3636
void PrimaryAttack( void );
3737
void SecondaryAttack( void ) { PrimaryAttack(); }
3838
virtual bool SecondaryAttackEqualsPrimary() { return true; }
39+
virtual bool ShouldFireFromCameraInFirstPerson() const { return false; }
3940

4041
void WeaponIdle( void );
4142
bool Holster( CBaseCombatWeapon *pSwitchingTo = NULL );

0 commit comments

Comments
 (0)