mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-16 11:00:33 +00:00
Implement ProcessVehicleSirenOrAlarm
This commit is contained in:
parent
41c9e66382
commit
9afac431b0
2 changed files with 49 additions and 4 deletions
|
@ -640,7 +640,7 @@ public:
|
|||
void ProcessVehicleOneShots(void *); // todo
|
||||
bool ProcessVehicleReverseWarning(cVehicleParams *params); /// ok
|
||||
bool ProcessVehicleRoadNoise(cVehicleParams *params); /// ok
|
||||
void ProcessVehicleSirenOrAlarm(void *); // todo
|
||||
void ProcessVehicleSirenOrAlarm(cVehicleParams *params); /// ok
|
||||
void ProcessVehicleSkidding(cVehicleParams *params); /// ok
|
||||
void ProcessWaterCannon(int32); /// ok
|
||||
void ProcessWeather(int32 id); /// ok
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue