mirror of
https://gitlab.com/skmp/dca3-game.git
synced 2025-08-30 18:10:01 +02:00
fixed bridge
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user