mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-22 20:00:01 +00:00
change for better understanding
This commit is contained in:
parent
1ea89f5aed
commit
7576b003c6
|
@ -794,7 +794,7 @@ cAudioManager::ProcessActiveQueues()
|
|||
if (sample.m_nFrequency != m_asActiveSamples[j].m_nFrequency) {
|
||||
int32 freq;
|
||||
if (sample.m_nFrequency <= m_asActiveSamples[j].m_nFrequency) {
|
||||
freq = Max((int32)sample.m_nFrequency, (int32)(m_asActiveSamples[j].m_nFrequency - 6000));
|
||||
freq = Max((int32)sample.m_nFrequency, (int32)(m_asActiveSamples[j].m_nFrequency) - 6000);
|
||||
} else {
|
||||
freq = Min(sample.m_nFrequency, m_asActiveSamples[j].m_nFrequency + 6000);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue