diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-05-23 17:04:33 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-05-23 17:04:33 +0200 |
commit | c3b41d79a2d7490f3745bfc63484433ef88a34f9 (patch) | |
tree | d24449f81dc9cb60e20e30ded3ad2cd4f7fa134d /src/peds/PlayerPed.h | |
parent | Compatibility with VC weapon.dat + new shotguns (diff) | |
download | re3-c3b41d79a2d7490f3745bfc63484433ef88a34f9.tar re3-c3b41d79a2d7490f3745bfc63484433ef88a34f9.tar.gz re3-c3b41d79a2d7490f3745bfc63484433ef88a34f9.tar.bz2 re3-c3b41d79a2d7490f3745bfc63484433ef88a34f9.tar.lz re3-c3b41d79a2d7490f3745bfc63484433ef88a34f9.tar.xz re3-c3b41d79a2d7490f3745bfc63484433ef88a34f9.tar.zst re3-c3b41d79a2d7490f3745bfc63484433ef88a34f9.zip |
Diffstat (limited to 'src/peds/PlayerPed.h')
-rw-r--r-- | src/peds/PlayerPed.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peds/PlayerPed.h b/src/peds/PlayerPed.h index 354140df..1042fe16 100644 --- a/src/peds/PlayerPed.h +++ b/src/peds/PlayerPed.h @@ -82,6 +82,7 @@ public: void ProcessAnimGroups(void); void ProcessPlayerWeapon(CPad*); void PlayerControlZelda(CPad*); + bool DoesPlayerWantNewWeapon(eWeaponType, bool); static void SetupPlayerPed(int32); static void DeactivatePlayerPed(int32); |