summaryrefslogtreecommitdiff
path: root/src/audio/AudioLogic.cpp
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-08-18 15:31:58 +0300
committerSergeanur <s.anureev@yandex.ua>2021-08-18 15:31:58 +0300
commit5c562c3adc06044a17cabb9c4785795b0d2d7fa7 (patch)
treeb3b4c2c43f26d5c2615828f05a2cbacdd4bcf67a /src/audio/AudioLogic.cpp
parentd4175c5315439a6afa77d0b11d463b2135a33222 (diff)
More type fixes in audio
Diffstat (limited to 'src/audio/AudioLogic.cpp')
-rw-r--r--src/audio/AudioLogic.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/AudioLogic.cpp b/src/audio/AudioLogic.cpp
index 7ccd7134..04df506d 100644
--- a/src/audio/AudioLogic.cpp
+++ b/src/audio/AudioLogic.cpp
@@ -6054,7 +6054,7 @@ cPedComments::Process()
uint8 actualUsedBank;
tPedComment *comment;
- if (AudioManager.m_nUserPause != 0) return;
+ if (AudioManager.m_nUserPause) return;
if (m_nCommentsInBank[m_nActiveBank]) {
sampleIndex = m_asPedComments[m_nActiveBank][m_nIndexMap[m_nActiveBank][0]].m_nSampleIndex;