mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 08:34:09 +00:00
Merge branch 'master' of github.com:Fire-Head/re3
This commit is contained in:
commit
73e2a4b035
71 changed files with 4953 additions and 487 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue