summaryrefslogtreecommitdiffstats
path: root/src/peds/Ped.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-10-13 06:05:08 +0200
committereray orçunus <erayorcunus@gmail.com>2019-10-13 06:17:53 +0200
commit0562a6e983dd94a4f31286f4e8b3756f758a5068 (patch)
tree1fd3d9df72f8cb4895889e231922e313d0405f0d /src/peds/Ped.h
parentFix uninitialized orderInCat (diff)
downloadre3-0562a6e983dd94a4f31286f4e8b3756f758a5068.tar
re3-0562a6e983dd94a4f31286f4e8b3756f758a5068.tar.gz
re3-0562a6e983dd94a4f31286f4e8b3756f758a5068.tar.bz2
re3-0562a6e983dd94a4f31286f4e8b3756f758a5068.tar.lz
re3-0562a6e983dd94a4f31286f4e8b3756f758a5068.tar.xz
re3-0562a6e983dd94a4f31286f4e8b3756f758a5068.tar.zst
re3-0562a6e983dd94a4f31286f4e8b3756f758a5068.zip
Diffstat (limited to 'src/peds/Ped.h')
-rw-r--r--src/peds/Ped.h3
1 files changed, 2 insertions, 1 deletions
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);