diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-04-30 17:13:38 +0200 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-04-30 17:13:38 +0200 |
commit | 81094f2cd7bae231c91c0be48449ab2457525d82 (patch) | |
tree | 2f1588ebc2c597acea7976bec207e68efda5f3de /src/peds/Ped.h | |
parent | Fix MakeSureSlotInObjectPoolIsEmpty (diff) | |
download | re3-81094f2cd7bae231c91c0be48449ab2457525d82.tar re3-81094f2cd7bae231c91c0be48449ab2457525d82.tar.gz re3-81094f2cd7bae231c91c0be48449ab2457525d82.tar.bz2 re3-81094f2cd7bae231c91c0be48449ab2457525d82.tar.lz re3-81094f2cd7bae231c91c0be48449ab2457525d82.tar.xz re3-81094f2cd7bae231c91c0be48449ab2457525d82.tar.zst re3-81094f2cd7bae231c91c0be48449ab2457525d82.zip |
Diffstat (limited to 'src/peds/Ped.h')
-rw-r--r-- | src/peds/Ped.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peds/Ped.h b/src/peds/Ped.h index 46c6c82d..91322151 100644 --- a/src/peds/Ped.h +++ b/src/peds/Ped.h @@ -303,7 +303,7 @@ public: // cf. https://github.com/DK22Pac/plugin-sdk/blob/master/plugin_sa/game_sa/CPed.h from R* uint32 bIsStanding : 1; - uint32 m_ped_flagA2 : 1; // bWasStanding? + uint32 bWasStanding : 1; uint32 bIsAttacking : 1; // doesn't reset after fist fight uint32 bIsPointingGunAt : 1; uint32 bIsLooking : 1; |