1
0
Fork 0
mirror of https://github.com/halpz/re3.git synced 2024-12-25 18:05:27 +00:00

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:
if(!m_bUserPause) {
m_sQueueSample.m_bReverbFlag = 1;
cAudioManager::ProcessBridgeOneShots();
cAudioManager::ProcessBridge();
}
break;
case AUDIOTYPE_FRONTEND: