mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 07:50:34 +00:00
more CCarCtrl
This commit is contained in:
parent
291f73e3c7
commit
c16849d4a2
4 changed files with 138 additions and 22 deletions
|
@ -285,7 +285,7 @@ public:
|
|||
uint8 m_ped_flagD4 : 1;
|
||||
uint8 m_ped_flagD8 : 1;
|
||||
uint8 bIsPedDieAnimPlaying : 1;
|
||||
uint8 bIsFleeing : 1;
|
||||
uint8 bUsePedNodeSeek : 1;
|
||||
uint8 m_ped_flagD40 : 1; // reset when objective changes
|
||||
uint8 bScriptObjectiveCompleted : 1;
|
||||
|
||||
|
@ -325,7 +325,7 @@ public:
|
|||
uint8 m_ped_flagH40 : 1;
|
||||
uint8 m_ped_flagH80 : 1;
|
||||
|
||||
uint8 m_ped_flagI1 : 1;
|
||||
uint8 bShakeFist : 1; // test shake hand at look entity
|
||||
uint8 bNoCriticalHits : 1; // if set, limbs won't came off
|
||||
uint8 m_ped_flagI4 : 1;
|
||||
uint8 bHasAlreadyBeenRecorded : 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue