mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 03:20:34 +00:00
Fix argument type
This commit is contained in:
parent
94f0ecfa21
commit
86a7d4415b
2 changed files with 2 additions and 2 deletions
|
@ -440,7 +440,7 @@ public:
|
|||
void Service();
|
||||
void ServiceCollisions();
|
||||
void ServicePoliceRadio();
|
||||
void ServicePoliceRadioChannel(int32 wantedLevel);
|
||||
void ServicePoliceRadioChannel(uint8 wantedLevel);
|
||||
void ServiceSoundEffects();
|
||||
int8 SetCurrent3DProvider(uint8 which);
|
||||
void SetDynamicAcousticModelingStatus(uint8 status);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue