mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 17:26:21 +00:00
Enable GTA_BRIDGE
This commit is contained in:
@ -9311,7 +9311,8 @@ cAudioManager::ProcessBridge()
|
||||
void
|
||||
cAudioManager::ProcessBridgeWarning()
|
||||
{
|
||||
if (CStats::CommercialPassed && m_sQueueSample.m_fDistance < 450.f) {
|
||||
// TODO: LCS
|
||||
/* if (CStats::CommercialPassed && m_sQueueSample.m_fDistance < 450.f) {
|
||||
m_sQueueSample.m_nVolume = ComputeVolume(100, 450.f, m_sQueueSample.m_fDistance);
|
||||
if (m_sQueueSample.m_nVolume != 0) {
|
||||
m_sQueueSample.m_nCounter = 0;
|
||||
@ -9332,7 +9333,7 @@ cAudioManager::ProcessBridgeWarning()
|
||||
m_sQueueSample.m_bRequireReflection = false;
|
||||
AddSampleToRequestedQueue();
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user