summaryrefslogtreecommitdiffstats
path: root/src/audio
diff options
context:
space:
mode:
authorRoman Masanin <36927roma@gmail.com>2020-11-08 14:23:20 +0100
committerRoman Masanin <36927roma@gmail.com>2020-11-08 14:23:20 +0100
commitf8cc86c227b63f0bf45a9a152935b765a3b4a953 (patch)
tree51c2ae6bd884687b2899de14a50a6f84490635f7 /src/audio
parentmerge upstream (diff)
downloadre3-f8cc86c227b63f0bf45a9a152935b765a3b4a953.tar
re3-f8cc86c227b63f0bf45a9a152935b765a3b4a953.tar.gz
re3-f8cc86c227b63f0bf45a9a152935b765a3b4a953.tar.bz2
re3-f8cc86c227b63f0bf45a9a152935b765a3b4a953.tar.lz
re3-f8cc86c227b63f0bf45a9a152935b765a3b4a953.tar.xz
re3-f8cc86c227b63f0bf45a9a152935b765a3b4a953.tar.zst
re3-f8cc86c227b63f0bf45a9a152935b765a3b4a953.zip
Diffstat (limited to 'src/audio')
-rw-r--r--src/audio/AudioManager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/audio/AudioManager.h b/src/audio/AudioManager.h
index 9f833a6c..992b21a0 100644
--- a/src/audio/AudioManager.h
+++ b/src/audio/AudioManager.h
@@ -374,8 +374,8 @@ public:
uint8 GetNum3DProvidersAvailable() const; // done
uint32 GetPedCommentSfx(CPed *ped, int32 sound);
void GetPhrase(uint32 &phrase, uint32 &prevPhrase, uint32 sample, uint32 maxOffset) const;
- float GetVehicleDriveWheelSkidValue(uint8 wheel, CAutomobile *automobile, cTransmission *transmission, float velocityChange);
- float GetVehicleNonDriveWheelSkidValue(uint8 wheel, CAutomobile *automobile, cTransmission *transmission, float velocityChange);
+ float GetVehicleDriveWheelSkidValue(uint8 wheel, CAutomobile *automobile, cTransmission *transmission, float velocityChange); //done
+ float GetVehicleNonDriveWheelSkidValue(uint8 wheel, CAutomobile *automobile, cTransmission *transmission, float velocityChange);//done
bool HasAirBrakes(int32 model) const; // done