From 0562a6e983dd94a4f31286f4e8b3756f758a5068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?eray=20or=C3=A7unus?= Date: Sun, 13 Oct 2019 07:05:08 +0300 Subject: Peds&fixes --- src/peds/Ped.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/peds/Ped.h') diff --git a/src/peds/Ped.h b/src/peds/Ped.h index d5146b7b..90b3ca0f 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -478,7 +478,7 @@ public: int32 m_bloodyFootprintCount; uint8 m_panicCounter; bool m_deadBleeding; - int8 m_bodyPartBleeding; // PedNode + int8 m_bodyPartBleeding; // PedNode, but -1 if there isn't uint8 m_field_4F3; CPed *m_nearPeds[10]; uint16 m_numNearPeds; @@ -675,6 +675,7 @@ public: bool WillChat(CPed*); void SetEnterTrain(CVehicle*, uint32); void SetEnterCar_AllClear(CVehicle*, uint32, uint32); + void SetSolicit(uint32 time); // Static methods static CVector GetLocalPositionToOpenCarDoor(CVehicle *veh, uint32 component, float offset); -- cgit v1.2.3