CHeli and CRopes done

This commit is contained in:
aap
2020-07-26 23:41:01 +02:00
parent 7fea567eb2
commit 90fdc4328b
7 changed files with 314 additions and 50 deletions

View File

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

View File

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