mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-18 08:09:22 +00:00
Police Radio + fixes
This commit is contained in:
parent
86002b093f
commit
ee61f19253
6 changed files with 298 additions and 283 deletions
|
@ -76,6 +76,8 @@ public:
|
|||
uint8 m_nIndexMap[NUM_PED_COMMENTS_BANKS][NUM_PED_COMMENTS_SLOTS];
|
||||
uint8 m_nCommentsInBank[NUM_PED_COMMENTS_BANKS];
|
||||
uint8 m_nActiveBank;
|
||||
bool m_bDelay;
|
||||
uint32 m_nDelayTimer;
|
||||
|
||||
cPedComments()
|
||||
{
|
||||
|
@ -221,7 +223,6 @@ public:
|
|||
uint8 m_nUserPause;
|
||||
uint8 m_nPreviousUserPause;
|
||||
uint32 m_FrameCounter;
|
||||
uint32 field_5554;
|
||||
|
||||
cAudioManager();
|
||||
~cAudioManager();
|
||||
|
@ -370,7 +371,7 @@ public:
|
|||
void ReacquireDigitalHandle() const; // done
|
||||
void ReleaseDigitalHandle() const; // done
|
||||
void ReportCollision(CEntity *entity1, CEntity *entity2, uint8 surface1, uint8 surface2, float collisionPower, float intensity2); // done
|
||||
void ReportCrime(int32 crime, const CVector *pos); // done
|
||||
void ReportCrime(eCrimeType crime, const CVector &pos); // done
|
||||
void ResetAudioLogicTimers(uint32 timer);
|
||||
void ResetPoliceRadio();
|
||||
void ResetTimers(uint32 time);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue