mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
fixed bridge
This commit is contained in:
parent
21a3db72bb
commit
efdd44cd68
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user