diff options
author | aap <aap@papnet.eu> | 2020-06-07 00:01:48 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-06-07 00:01:59 +0200 |
commit | 5711159e684e0612739ee66d3cd7e4444c7dc72d (patch) | |
tree | 85b6b6eb77087268c3c0134561913833deef892c /src/weapons/Weapon.h | |
parent | fix (diff) | |
download | re3-5711159e684e0612739ee66d3cd7e4444c7dc72d.tar re3-5711159e684e0612739ee66d3cd7e4444c7dc72d.tar.gz re3-5711159e684e0612739ee66d3cd7e4444c7dc72d.tar.bz2 re3-5711159e684e0612739ee66d3cd7e4444c7dc72d.tar.lz re3-5711159e684e0612739ee66d3cd7e4444c7dc72d.tar.xz re3-5711159e684e0612739ee66d3cd7e4444c7dc72d.tar.zst re3-5711159e684e0612739ee66d3cd7e4444c7dc72d.zip |
Diffstat (limited to 'src/weapons/Weapon.h')
-rw-r--r-- | src/weapons/Weapon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/weapons/Weapon.h b/src/weapons/Weapon.h index b6ce2903..cb1d9835 100644 --- a/src/weapons/Weapon.h +++ b/src/weapons/Weapon.h @@ -37,7 +37,7 @@ public: void Shutdown(); bool Fire (CEntity *shooter, CVector *fireSource); - bool FireFromCar (CVehicle *shooter, bool left); + bool FireFromCar (CVehicle *shooter, bool left, bool right); bool FireMelee (CEntity *shooter, CVector &fireSource); bool FireInstantHit(CEntity *shooter, CVector *fireSource); @@ -52,7 +52,7 @@ public: bool FireAreaEffect (CEntity *shooter, CVector *fireSource); bool FireSniper (CEntity *shooter); bool FireM16_1stPerson (CEntity *shooter); - bool FireInstantHitFromCar(CVehicle *shooter, bool left); + bool FireInstantHitFromCar(CVehicle *shooter, bool left, bool right); static void DoDoomAiming (CEntity *shooter, CVector *source, CVector *target); static void DoTankDoomAiming (CEntity *shooter, CEntity *driver, CVector *source, CVector *target); |