From 81094f2cd7bae231c91c0be48449ab2457525d82 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Thu, 30 Apr 2020 18:13:38 +0300 Subject: Rename m_ped_flagA2 into bWasStanding --- src/peds/Ped.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peds/Ped.h') 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; -- cgit v1.2.3