diff options
author | aap <aap@papnet.eu> | 2019-07-07 21:09:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-07 21:09:40 +0200 |
commit | 6ec421fe7bc683e0d056d2a1b9d0bd0d159cf8e3 (patch) | |
tree | 726feb5b5fdc365ffdaa44208380e738d69ad2ff /src/peds/Ped.h | |
parent | Merge pull request #120 from ShFil119/audio4 (diff) | |
parent | Darkel is bored. (diff) | |
download | re3-6ec421fe7bc683e0d056d2a1b9d0bd0d159cf8e3.tar re3-6ec421fe7bc683e0d056d2a1b9d0bd0d159cf8e3.tar.gz re3-6ec421fe7bc683e0d056d2a1b9d0bd0d159cf8e3.tar.bz2 re3-6ec421fe7bc683e0d056d2a1b9d0bd0d159cf8e3.tar.lz re3-6ec421fe7bc683e0d056d2a1b9d0bd0d159cf8e3.tar.xz re3-6ec421fe7bc683e0d056d2a1b9d0bd0d159cf8e3.tar.zst re3-6ec421fe7bc683e0d056d2a1b9d0bd0d159cf8e3.zip |
Diffstat (limited to '')
-rw-r--r-- | src/peds/Ped.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h index 95731e15..0493eeee 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -351,7 +351,7 @@ public: uint8 pad_351[3]; uint32 m_timerUnused; CEntity *m_targetUnused; - CWeapon m_weapons[NUM_PED_WEAPONTYPES]; + CWeapon m_weapons[WEAPONTYPE_TOTAL_INVENTORY_WEAPONS]; eWeaponType m_storedWeapon; uint8 m_currentWeapon; // eWeaponType uint8 m_maxWeaponTypeAllowed; // eWeaponType @@ -465,6 +465,8 @@ public: void RegisterThreatWithGangPeds(CEntity*); bool TurnBody(void); void Chat(void); + void MakeChangesForNewWeapon(int8); + // Static methods static void GetLocalPositionToOpenCarDoor(CVector *output, CVehicle *veh, uint32 enterType, float offset); |