mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 06:00:34 +00:00
Add macros to set sample loop offsets
This commit is contained in:
parent
6426963807
commit
1b5dbc4b41
5 changed files with 115 additions and 190 deletions
|
@ -1039,8 +1039,10 @@ cAudioManager::ClearActiveSamples()
|
|||
m_asActiveSamples[i].m_bIsProcessed = FALSE;
|
||||
m_asActiveSamples[i].m_bLoopEnded = FALSE;
|
||||
m_asActiveSamples[i].m_nLoopCount = 1;
|
||||
#ifndef GTA_PS2
|
||||
m_asActiveSamples[i].m_nLoopStart = 0;
|
||||
m_asActiveSamples[i].m_nLoopEnd = -1;
|
||||
#endif
|
||||
m_asActiveSamples[i].m_fSpeedMultiplier = 0.0f;
|
||||
m_asActiveSamples[i].m_fSoundIntensity = 200.0f;
|
||||
m_asActiveSamples[i].m_nOffset = 63;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue