More type fixes in audio

This commit is contained in:
Sergeanur
2021-08-18 15:31:58 +03:00
parent d4175c5315
commit 5c562c3adc
4 changed files with 23 additions and 23 deletions

View File

@@ -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;