Merge pull request #167 from Nick007J/master

fixed bridge
This commit is contained in:
Nikolay Korolev 2019-07-26 18:02:33 +03:00 committed by GitHub
commit 0c447c70e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4037,7 +4037,7 @@ cAudioManager::ProcessEntity(int32 id)
case AUDIOTYPE_BRIDGE: case AUDIOTYPE_BRIDGE:
if(!m_bUserPause) { if(!m_bUserPause) {
m_sQueueSample.m_bReverbFlag = 1; m_sQueueSample.m_bReverbFlag = 1;
cAudioManager::ProcessBridgeOneShots(); cAudioManager::ProcessBridge();
} }
break; break;
case AUDIOTYPE_FRONTEND: case AUDIOTYPE_FRONTEND: