mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-15 17:50:33 +00:00
some style and bug fixes, updated sfx enum, and implemented processVehicleEngine
This commit is contained in:
parent
223cd11835
commit
5b9e4c4780
8 changed files with 541 additions and 297 deletions
|
@ -371,6 +371,8 @@ public:
|
|||
void ProcessWeather(int32 id);
|
||||
bool ProcessWetRoadNoise(cVehicleParams *params);
|
||||
|
||||
void ProcessVehicleEngine1(cVehicleParams* params);
|
||||
|
||||
int32 RandomDisplacement(uint32 seed) const;
|
||||
void ReacquireDigitalHandle() const;
|
||||
void ReleaseDigitalHandle() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue