mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 15:40:34 +00:00
road noise
This commit is contained in:
parent
894a1ae93a
commit
97fc5224e7
2 changed files with 102 additions and 72 deletions
|
@ -361,13 +361,13 @@ public:
|
|||
void UpdateGasPedalAudio(CVehicle* veh, int vehType); // done
|
||||
bool ProcessVehicleHorn(cVehicleParams *params); // done
|
||||
void ProcessVehicleOneShots(cVehicleParams *params); //
|
||||
bool ProcessVehicleReverseWarning(cVehicleParams *params); //
|
||||
bool ProcessVehicleRoadNoise(cVehicleParams *params); //
|
||||
bool ProcessVehicleReverseWarning(cVehicleParams *params); // done
|
||||
bool ProcessVehicleRoadNoise(cVehicleParams *params); // done
|
||||
bool ProcessVehicleSirenOrAlarm(cVehicleParams *params); // done
|
||||
bool ProcessVehicleSkidding(cVehicleParams *params); //
|
||||
void ProcessWaterCannon(int32); //
|
||||
void ProcessWeather(int32 id); // done
|
||||
bool ProcessWetRoadNoise(cVehicleParams *params); //
|
||||
bool ProcessWetRoadNoise(cVehicleParams *params); // done
|
||||
void ProcessEscalators(); // done
|
||||
void ProcessExtraSounds(); // done
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue