summaryrefslogtreecommitdiffstats
path: root/src/peds/Ped.h
diff options
context:
space:
mode:
authorerorcun <erayorcunus@gmail.com>2019-12-16 05:50:40 +0100
committerGitHub <noreply@github.com>2019-12-16 05:50:40 +0100
commit790f4863c64998dba51a36e20ed5898ea4305f5e (patch)
tree3936281b1ad7994f76f8cb3e57363698d6915dce /src/peds/Ped.h
parentMerge pull request #280 from erorcun/erorcun (diff)
parentCPlayerInfo done (diff)
downloadre3-790f4863c64998dba51a36e20ed5898ea4305f5e.tar
re3-790f4863c64998dba51a36e20ed5898ea4305f5e.tar.gz
re3-790f4863c64998dba51a36e20ed5898ea4305f5e.tar.bz2
re3-790f4863c64998dba51a36e20ed5898ea4305f5e.tar.lz
re3-790f4863c64998dba51a36e20ed5898ea4305f5e.tar.xz
re3-790f4863c64998dba51a36e20ed5898ea4305f5e.tar.zst
re3-790f4863c64998dba51a36e20ed5898ea4305f5e.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 f4647831..00b73bae 100644
--- a/src/peds/Ped.h
+++ b/src/peds/Ped.h
@@ -360,7 +360,7 @@ public:
uint8 bHitSteepSlope : 1; // has ped collided/is standing on a steep slope (surface type)
uint8 m_ped_flagH4 : 1;
uint8 bClearObjective : 1;
- uint8 m_ped_flagH10 : 1; // bTryingToReachDryLand? reset when we landed on something not vehicle and object
+ uint8 bTryingToReachDryLand : 1;
uint8 bCollidedWithMyVehicle : 1;
uint8 bRichFromMugging : 1; // ped has lots of cash from mugging people - will drop money if someone points gun to him
uint8 m_ped_flagH80 : 1;
@@ -696,6 +696,7 @@ public:
void SetCarJack(CVehicle*);
bool WarpPedToNearLeaderOffScreen(void);
void Solicit(void);
+ void SetExitBoat(CVehicle*);
// Static methods
static CVector GetLocalPositionToOpenCarDoor(CVehicle *veh, uint32 component, float offset);