summaryrefslogtreecommitdiffstats
path: root/src/audio/AudioManager.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-11-07 11:59:53 +0100
committerSergeanur <s.anureev@yandex.ua>2020-11-07 12:55:55 +0100
commit3b81eaa2d74b6f820f2651b6e468588b514ea5c9 (patch)
tree258026d24682cb8dc8f006e5c96aed22ff356ddc /src/audio/AudioManager.h
parentAllow to handle larger files via 64bit variables (diff)
downloadre3-3b81eaa2d74b6f820f2651b6e468588b514ea5c9.tar
re3-3b81eaa2d74b6f820f2651b6e468588b514ea5c9.tar.gz
re3-3b81eaa2d74b6f820f2651b6e468588b514ea5c9.tar.bz2
re3-3b81eaa2d74b6f820f2651b6e468588b514ea5c9.tar.lz
re3-3b81eaa2d74b6f820f2651b6e468588b514ea5c9.tar.xz
re3-3b81eaa2d74b6f820f2651b6e468588b514ea5c9.tar.zst
re3-3b81eaa2d74b6f820f2651b6e468588b514ea5c9.zip
Diffstat (limited to '')
-rw-r--r--src/audio/AudioManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/AudioManager.h b/src/audio/AudioManager.h
index 40a2d056..cf6363bc 100644
--- a/src/audio/AudioManager.h
+++ b/src/audio/AudioManager.h
@@ -332,7 +332,7 @@ public:
int8 GetMissionScriptPoliceAudioPlayingStatus() const;
uint8 GetNum3DProvidersAvailable() const;
int32 GetPedCommentSfx(CPed *ped, int32 sound);
- void GetPhrase(uint32 *phrase, uint32 *prevPhrase, uint32 sample, uint32 maxOffset) const;
+ 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,