mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 03:40:34 +00:00
CHeli and CRopes done
This commit is contained in:
parent
7fea567eb2
commit
90fdc4328b
7 changed files with 314 additions and 50 deletions
|
@ -84,6 +84,7 @@ CCopPed::CCopPed(eCopType copType, int32 modifier) : CPed(PEDTYPE_COP)
|
|||
m_nRoadblockNode = -1; // TODO(Miami): this will be nil
|
||||
m_bThrowsSpikeTrap = false;
|
||||
field_5FF = 0;
|
||||
m_pRopeEntity = nil;
|
||||
m_fAbseilPos = 0.0f;
|
||||
m_bBeatingSuspect = false;
|
||||
m_pPointGunAt = nil;
|
||||
|
|
|
@ -26,6 +26,8 @@ public:
|
|||
float m_fAbseilPos;
|
||||
eCopType m_nCopType;
|
||||
bool m_bThrowsSpikeTrap;
|
||||
CEntity *m_pRopeEntity; // CHeli or 1
|
||||
uintptr m_nRopeID;
|
||||
int32 field_624;
|
||||
int8 field_628;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue