summaryrefslogtreecommitdiffstats
path: root/src/peds/Ped.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-10-13 06:20:00 +0200
committerGitHub <noreply@github.com>2019-10-13 06:20:00 +0200
commita0b62133514fa5d87836990af7f6102a6e0f827a (patch)
tree1fd3d9df72f8cb4895889e231922e313d0405f0d /src/peds/Ped.h
parentFix uninitialized orderInCat (diff)
parentPeds&fixes (diff)
downloadre3-a0b62133514fa5d87836990af7f6102a6e0f827a.tar
re3-a0b62133514fa5d87836990af7f6102a6e0f827a.tar.gz
re3-a0b62133514fa5d87836990af7f6102a6e0f827a.tar.bz2
re3-a0b62133514fa5d87836990af7f6102a6e0f827a.tar.lz
re3-a0b62133514fa5d87836990af7f6102a6e0f827a.tar.xz
re3-a0b62133514fa5d87836990af7f6102a6e0f827a.tar.zst
re3-a0b62133514fa5d87836990af7f6102a6e0f827a.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);