Rename m_ped_flagA2 into bWasStanding

This commit is contained in:
Sergeanur 2020-04-30 18:13:38 +03:00
commit 81094f2cd7
3 changed files with 16 additions and 16 deletions

View file

@ -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;