mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 17:49:00 +00:00
fixed bridge
This commit is contained in:
parent
21a3db72bb
commit
efdd44cd68
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue