diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-11 15:26:17 +0100 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2021-01-11 15:26:17 +0100 |
commit | 4422a3df23da2903fdf6259b64d700415cef3e07 (patch) | |
tree | 27b735dd64cd7921e53fc0770639dc4fd9df74fc /src/peds | |
parent | of course (diff) | |
parent | fix (diff) | |
download | re3-4422a3df23da2903fdf6259b64d700415cef3e07.tar re3-4422a3df23da2903fdf6259b64d700415cef3e07.tar.gz re3-4422a3df23da2903fdf6259b64d700415cef3e07.tar.bz2 re3-4422a3df23da2903fdf6259b64d700415cef3e07.tar.lz re3-4422a3df23da2903fdf6259b64d700415cef3e07.tar.xz re3-4422a3df23da2903fdf6259b64d700415cef3e07.tar.zst re3-4422a3df23da2903fdf6259b64d700415cef3e07.zip |
Diffstat (limited to 'src/peds')
-rw-r--r-- | src/peds/Ped.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h index aa9f4f80..573d8083 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -521,7 +521,13 @@ public: uint32 bCollectBusFare : 1; uint32 bBoughtIceCream : 1; uint32 bDonePositionOutOfCollision : 1; - uint32 bCanAttackPlayerWithCops : 1; + + uint32 bCanAttackPlayerWithCops : 1; // 1A1_1 on PS2 + uint32 b1A1_2 : 1; + uint32 b1A1_4 : 1; + uint32 b1A1_8 : 1; + uint32 b1A1_10 : 1; + uint32 b1A1_20 : 1; // our own flags uint32 m_ped_flagI80 : 1; // KANGAROO_CHEAT define makes use of this as cheat toggle |