diff options
author | Sergeanur <s.anureev@yandex.ua> | 2020-12-25 07:59:32 +0100 |
---|---|---|
committer | Sergeanur <s.anureev@yandex.ua> | 2020-12-25 08:03:13 +0100 |
commit | 6a2edcea4647e9a7f6e84c4270614ccf58794fcb (patch) | |
tree | f3bc8d6adfe517830eb5d7f9975628e29f8b389a /src/audio/PoliceRadio.cpp | |
parent | Fix chainsaw sounds lol (diff) | |
download | re3-6a2edcea4647e9a7f6e84c4270614ccf58794fcb.tar re3-6a2edcea4647e9a7f6e84c4270614ccf58794fcb.tar.gz re3-6a2edcea4647e9a7f6e84c4270614ccf58794fcb.tar.bz2 re3-6a2edcea4647e9a7f6e84c4270614ccf58794fcb.tar.lz re3-6a2edcea4647e9a7f6e84c4270614ccf58794fcb.tar.xz re3-6a2edcea4647e9a7f6e84c4270614ccf58794fcb.tar.zst re3-6a2edcea4647e9a7f6e84c4270614ccf58794fcb.zip |
Diffstat (limited to '')
-rw-r--r-- | src/audio/PoliceRadio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/PoliceRadio.cpp b/src/audio/PoliceRadio.cpp index 781040d6..30fcbde0 100644 --- a/src/audio/PoliceRadio.cpp +++ b/src/audio/PoliceRadio.cpp @@ -67,7 +67,7 @@ cAudioManager::InitialisePoliceRadio() for (int32 i = 0; i < ARRAY_SIZE(m_sPoliceRadioQueue.crimes); i++) m_sPoliceRadioQueue.crimes[i].type = CRIME_NONE; - SampleManager.SetChannelReverbFlag(policeChannel, 0); + SampleManager.SetChannelReverbFlag(policeChannel, false); gSpecialSuspectLastSeenReport = false; for (int32 i = 0; i < ARRAY_SIZE(gMinTimeToNextReport); i++) gMinTimeToNextReport[i] = m_FrameCounter; |