mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 20:10:34 +00:00
Police Radio fixes
This commit is contained in:
parent
70f625d211
commit
94f0ecfa21
3 changed files with 11 additions and 11 deletions
|
@ -432,7 +432,7 @@ public:
|
|||
void ReleaseDigitalHandle() const;
|
||||
void ReportCollision(CEntity *entity1, CEntity *entity2, uint8 surface1, uint8 surface2,
|
||||
float collisionPower, float intensity2);
|
||||
void ReportCrime(int32 crime, const CVector *pos);
|
||||
void ReportCrime(eCrimeType crime, const CVector &pos);
|
||||
void ResetAudioLogicTimers(uint32 timer);
|
||||
void ResetPoliceRadio();
|
||||
void ResetTimers(uint32 time);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue