Update AudioLogic.cpp

This commit is contained in:
Fire_Head 2020-06-29 09:41:56 +03:00 committed by GitHub
parent 860f75d66c
commit 0cd2ac7e5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -8125,12 +8125,12 @@ cAudioManager::ProcessFrontEnd()
stereo = true;
frontendBank = true;
break;
case SOUND_9A:
case SOUND_FRONTEND_STEREO:
m_sQueueSample.m_nSampleIndex = SFX_STEREO_LEFT;
stereo = true;
frontendBank = true;
break;
case SOUND_9B:
case SOUND_FRONTEND_MONO:
m_sQueueSample.m_nSampleIndex = SFX_MONO;
frontendBank = true;
break;
@ -8858,4 +8858,4 @@ cAudioManager::ProcessMissionAudio()
break;
}
}
#pragma endregion All the mission audio stuff
#pragma endregion All the mission audio stuff