diff options
author | eray orçunus <erayorcunus@gmail.com> | 2020-06-07 20:44:43 +0200 |
---|---|---|
committer | eray orçunus <erayorcunus@gmail.com> | 2020-06-07 20:44:54 +0200 |
commit | e07b6fdce73884de93dbefd7056b3a04d2f4898c (patch) | |
tree | 203809f8025866131892e0c17b05fd0c9ec05623 /src/peds/Ped.h | |
parent | fix (diff) | |
download | re3-e07b6fdce73884de93dbefd7056b3a04d2f4898c.tar re3-e07b6fdce73884de93dbefd7056b3a04d2f4898c.tar.gz re3-e07b6fdce73884de93dbefd7056b3a04d2f4898c.tar.bz2 re3-e07b6fdce73884de93dbefd7056b3a04d2f4898c.tar.lz re3-e07b6fdce73884de93dbefd7056b3a04d2f4898c.tar.xz re3-e07b6fdce73884de93dbefd7056b3a04d2f4898c.tar.zst re3-e07b6fdce73884de93dbefd7056b3a04d2f4898c.zip |
Diffstat (limited to '')
-rw-r--r-- | src/peds/Ped.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h index 673c70b0..681fc033 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -616,7 +616,7 @@ public: CEntity *m_attachedTo; CVector m_vecAttachOffset; uint16 m_attachType; - float m_attachRot; + float m_attachRotStep; uint32 m_attachWepAmmo; uint32 m_threatFlags; uint32 m_threatCheck; @@ -841,6 +841,7 @@ public: void DettachPedFromEntity(); void PedShuffle(); void DriveVehicle(); + void PositionAttachedPed(); // Static methods static CVector GetLocalPositionToOpenCarDoor(CVehicle *veh, uint32 component, float offset); |