summaryrefslogtreecommitdiffstats
path: root/src/audio/AudioManager.h
diff options
context:
space:
mode:
authorRoman Masanin <36927roma@gmail.com>2020-09-21 01:49:35 +0200
committerRoman Masanin <36927roma@gmail.com>2020-09-21 01:49:35 +0200
commit0f119ed371002922b52d46bba5a23e51b6b2f29a (patch)
tree4e3951b9cbecd6786b2fabc0b5271a4c833e7b64 /src/audio/AudioManager.h
parentsome style and bug fixes, updated sfx enum, and implemented processVehicleEngine (diff)
downloadre3-0f119ed371002922b52d46bba5a23e51b6b2f29a.tar
re3-0f119ed371002922b52d46bba5a23e51b6b2f29a.tar.gz
re3-0f119ed371002922b52d46bba5a23e51b6b2f29a.tar.bz2
re3-0f119ed371002922b52d46bba5a23e51b6b2f29a.tar.lz
re3-0f119ed371002922b52d46bba5a23e51b6b2f29a.tar.xz
re3-0f119ed371002922b52d46bba5a23e51b6b2f29a.tar.zst
re3-0f119ed371002922b52d46bba5a23e51b6b2f29a.zip
Diffstat (limited to '')
-rw-r--r--src/audio/AudioManager.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/audio/AudioManager.h b/src/audio/AudioManager.h
index 20b9006a..4a32e9db 100644
--- a/src/audio/AudioManager.h
+++ b/src/audio/AudioManager.h
@@ -360,7 +360,7 @@ public:
void ProcessVehicle(CVehicle *vehicle);
bool ProcessVehicleDoors(cVehicleParams *params);
void ProcessVehicleEngine(cVehicleParams *params);
- void UpdateGasPedalAudio(float* gasPedalAudio, float vehGasPedal);
+ void UpdateGasPedalAudio(CVehicle* veh, eVehicleType vehType);
void ProcessVehicleHorn(cVehicleParams *params);
void ProcessVehicleOneShots(cVehicleParams *params);
bool ProcessVehicleReverseWarning(cVehicleParams *params);
@@ -371,8 +371,6 @@ public:
void ProcessWeather(int32 id);
bool ProcessWetRoadNoise(cVehicleParams *params);
- void ProcessVehicleEngine1(cVehicleParams* params);
-
int32 RandomDisplacement(uint32 seed) const;
void ReacquireDigitalHandle() const;
void ReleaseDigitalHandle() const;