summaryrefslogtreecommitdiffstats
path: root/src/audio/PolRadio.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-08-24 14:24:28 +0200
committerSergeanur <s.anureev@yandex.ua>2021-08-24 14:24:28 +0200
commit9ecca45bf356c001737d671739f8091c395b6fce (patch)
treea3c3e520ec5890db79e599cc180b1ba14d7a908d /src/audio/PolRadio.cpp
parentAudio enhancements: (diff)
downloadre3-9ecca45bf356c001737d671739f8091c395b6fce.tar
re3-9ecca45bf356c001737d671739f8091c395b6fce.tar.gz
re3-9ecca45bf356c001737d671739f8091c395b6fce.tar.bz2
re3-9ecca45bf356c001737d671739f8091c395b6fce.tar.lz
re3-9ecca45bf356c001737d671739f8091c395b6fce.tar.xz
re3-9ecca45bf356c001737d671739f8091c395b6fce.tar.zst
re3-9ecca45bf356c001737d671739f8091c395b6fce.zip
Diffstat (limited to '')
-rw-r--r--src/audio/PolRadio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/PolRadio.cpp b/src/audio/PolRadio.cpp
index 7688566b..7f8aa3a9 100644
--- a/src/audio/PolRadio.cpp
+++ b/src/audio/PolRadio.cpp
@@ -267,8 +267,8 @@ cAudioManager::ServicePoliceRadioChannel(uint8 wantedLevel)
#endif
SampleManager.SetChannelVolume(CHANNEL_POLICE_RADIO, 100);
SampleManager.SetChannelPan(CHANNEL_POLICE_RADIO, 63);
-#ifndef GTA_PS2
SampleManager.SetChannelLoopCount(CHANNEL_POLICE_RADIO, 1);
+#ifndef GTA_PS2
SampleManager.SetChannelLoopPoints(CHANNEL_POLICE_RADIO, 0, -1);
#endif
SampleManager.StartChannel(CHANNEL_POLICE_RADIO);