summaryrefslogtreecommitdiffstats
path: root/src/peds/Ped.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-04-30 17:13:38 +0200
committerSergeanur <s.anureev@yandex.ua>2020-04-30 17:13:38 +0200
commit81094f2cd7bae231c91c0be48449ab2457525d82 (patch)
tree2f1588ebc2c597acea7976bec207e68efda5f3de /src/peds/Ped.h
parentFix MakeSureSlotInObjectPoolIsEmpty (diff)
downloadre3-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 '')
-rw-r--r--src/peds/Ped.h2
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;