summaryrefslogtreecommitdiffstats
path: root/src/peds/Ped.h
diff options
context:
space:
mode:
authoreray orçunus <erayorcunus@gmail.com>2019-09-12 14:35:05 +0200
committereray orçunus <erayorcunus@gmail.com>2019-09-12 14:35:05 +0200
commit643f8e14a08130565defb863e30b670c10720e5a (patch)
tree91ad391a31d616c7779ea2a3cc6e058bcb290cfe /src/peds/Ped.h
parentWorld and Peds (diff)
downloadre3-643f8e14a08130565defb863e30b670c10720e5a.tar
re3-643f8e14a08130565defb863e30b670c10720e5a.tar.gz
re3-643f8e14a08130565defb863e30b670c10720e5a.tar.bz2
re3-643f8e14a08130565defb863e30b670c10720e5a.tar.lz
re3-643f8e14a08130565defb863e30b670c10720e5a.tar.xz
re3-643f8e14a08130565defb863e30b670c10720e5a.tar.zst
re3-643f8e14a08130565defb863e30b670c10720e5a.zip
Diffstat (limited to '')
-rw-r--r--src/peds/Ped.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h
index 2808824f..2a745436 100644
--- a/src/peds/Ped.h
+++ b/src/peds/Ped.h
@@ -304,7 +304,7 @@ public:
uint8 bIsDucking : 1;
uint8 bGetUpAnimStarted : 1;
uint8 bDoBloodyFootprints : 1;
- uint8 m_ped_flagE80 : 1;
+ uint8 m_ped_flagE80 : 1; // bDontDragMeOutCar? bStayInCarOnJack?
uint8 bWanderPathAfterExitingCar : 1;
uint8 m_ped_flagF2 : 1;
@@ -320,8 +320,8 @@ public:
uint8 m_ped_flagG4 : 1;
uint8 bStartWanderPathOnFoot : 1; // exits the car if he's in it, reset after path found
uint8 m_ped_flagG10 : 1;
- uint8 m_ped_flagG20 : 1;
- uint8 m_ped_flagG40 : 1;
+ uint8 bBusJacked : 1;
+ uint8 m_ped_flagG40 : 1; // had to exit car due to someone jacked it from RF door
uint8 bFadeOut : 1;
uint8 m_ped_flagH1 : 1;
@@ -329,7 +329,7 @@ public:
uint8 m_ped_flagH4 : 1;
uint8 bClearObjective : 1;
uint8 m_ped_flagH10 : 1;
- uint8 m_ped_flagH20 : 1; // set if our own vehicle damaged us. I don't know how is that possible
+ uint8 bCollidedWithMyVehicle : 1;
uint8 m_ped_flagH40 : 1;
uint8 m_ped_flagH80 : 1;