diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-22 01:42:04 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2020-05-22 01:42:04 +0200 |
commit | 864847a6fe5461581232a68b64d98dd15d035330 (patch) | |
tree | 0d57b42ff992fa7afe651f6e74da950168aa030a /src/peds/Ped.h | |
parent | script revision (diff) | |
download | re3-864847a6fe5461581232a68b64d98dd15d035330.tar re3-864847a6fe5461581232a68b64d98dd15d035330.tar.gz re3-864847a6fe5461581232a68b64d98dd15d035330.tar.bz2 re3-864847a6fe5461581232a68b64d98dd15d035330.tar.lz re3-864847a6fe5461581232a68b64d98dd15d035330.tar.xz re3-864847a6fe5461581232a68b64d98dd15d035330.tar.zst re3-864847a6fe5461581232a68b64d98dd15d035330.zip |
Diffstat (limited to '')
-rw-r--r-- | src/peds/Ped.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h index 4452c13a..0cbf5701 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -225,10 +225,10 @@ enum eObjective : uint32 { OBJECTIVE_USE_STOP_ATTRACTOR, OBJECTIVE_USE_PIZZA_ATTRACTOR, OBJECTIVE_USE_SHELTER_ATTRACTOR, - OBJ_46, + OBJECTIVE_AIM_GUN_AT_PED, OBJ_47, OBJECTIVE_WAIT_FOR_RAIN_TO_END, - OBJ_49, + OBJECTIVE_SPRINT_TO_COORD, OBJ_50, OBJ_51, OBJECTIVE_WAIT_FOR_BUS, @@ -442,10 +442,10 @@ public: //uint32 b155_10 uint32 bMiamiViceCop : 1; uint32 bMoneyHasBeenGivenByScript : 1; // - //uint32 b155_80 + uint32 bHasBeenPhotographed : 1; // uint32 bIsDrowning : 1; - uint32 bCanDrownInWater : 1; // Originally bDrownsInWater + uint32 bDrownsInWater : 1; //uint32 b156_4 //uint32 b156_8 uint32 bIsPlayerFriend : 1; @@ -453,23 +453,23 @@ public: uint32 bHeadStuckInCollision : 1; #endif uint32 bDeadPedInFrontOfCar : 1; - //uint32 b156_80 + uint32 bStayInCarOnJack : 1; - //uint32 b157_1 - //uint32 b157_2 - //uint32 b157_4 + uint32 bDontFight : 1; + uint32 bDoomAim : 1; + uint32 bCanBeShotInVehicle : 1; //uint32 b157_8 //uint32 b157_10 //uint32 b157_20 //uint32 b157_40 - //uint32 b157_80 + uint32 bIgnoreThreatsBehindObjects : 1; - //uint32 b158_1 + uint32 bNeverEverTargetThisPed : 1; //uint32 b158_2 //uint32 b158_4 //uint32 b158_8 //uint32 b158_10 - //uint32 b158_20 + uint32 bBoughtIceCream : 1; //uint32 b158_40 //uint32 b158_80 |