some style and bug fixes, updated sfx enum, and implemented processVehicleEngine

This commit is contained in:
Roman Masanin 2020-09-21 01:55:22 +03:00
commit 5b9e4c4780
8 changed files with 541 additions and 297 deletions

View file

@ -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;