diff options
author | aap <aap@papnet.eu> | 2019-08-15 17:06:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-15 17:06:03 +0200 |
commit | b246274d9fc198c331a19a5dafc8afad9d911dc7 (patch) | |
tree | 35bac433fe9a98acdaae40c62cb8753ce422aa54 /src/weapons/Weapon.cpp | |
parent | Merge pull request #190 from Fire-Head/master (diff) | |
parent | Merge branch 'master' of git://github.com/GTAmodding/re3 into erorcun (diff) | |
download | re3-b246274d9fc198c331a19a5dafc8afad9d911dc7.tar re3-b246274d9fc198c331a19a5dafc8afad9d911dc7.tar.gz re3-b246274d9fc198c331a19a5dafc8afad9d911dc7.tar.bz2 re3-b246274d9fc198c331a19a5dafc8afad9d911dc7.tar.lz re3-b246274d9fc198c331a19a5dafc8afad9d911dc7.tar.xz re3-b246274d9fc198c331a19a5dafc8afad9d911dc7.tar.zst re3-b246274d9fc198c331a19a5dafc8afad9d911dc7.zip |
Diffstat (limited to 'src/weapons/Weapon.cpp')
-rw-r--r-- | src/weapons/Weapon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/weapons/Weapon.cpp b/src/weapons/Weapon.cpp index f83f2271..3f511358 100644 --- a/src/weapons/Weapon.cpp +++ b/src/weapons/Weapon.cpp @@ -11,6 +11,7 @@ WRAPPER void CWeapon::FireFromCar(CAutomobile *car, bool left) { EAXJMP(0x55C940 WRAPPER void CWeapon::AddGunshell(CEntity*, CVector const&, CVector2D const&, float) { EAXJMP(0x55F770); } WRAPPER void CWeapon::Update(int32 audioEntity) { EAXJMP(0x563A10); } WRAPPER void CWeapon::DoTankDoomAiming(CEntity *playerVehicle, CEntity *playerPed, CVector *start, CVector *end) { EAXJMP(0x563200); } +WRAPPER void CWeapon::InitialiseWeapons(void) { EAXJMP(0x55C2D0); } void CWeapon::Initialise(eWeaponType type, int ammo) |