mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-07 11:50:32 +00:00
Rename m_ped_flagA2 into bWasStanding
This commit is contained in:
parent
94acee8580
commit
81094f2cd7
3 changed files with 16 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue