mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 02:24:10 +00:00
Enable GTA_BRIDGE
This commit is contained in:
parent
6b54d04bfc
commit
b35b0c598d
4 changed files with 25 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue