mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-25 10:43:43 +00:00
Fix unset emitting volume for sawmill
This commit is contained in:
parent
f131f70761
commit
2eb0390dc9
1 changed files with 3 additions and 0 deletions
|
@ -7320,6 +7320,9 @@ cAudioManager::ProcessSawMillScriptObject(uint8 sound)
|
|||
m_sQueueSample.m_bReleasingSoundFlag = TRUE;
|
||||
m_sQueueSample.m_nReleasingVolumeModificator = 3;
|
||||
m_sQueueSample.m_fSpeedMultiplier = 2.0f;
|
||||
#ifdef FIX_BUGS
|
||||
m_sQueueSample.m_nEmittingVolume = 70;
|
||||
#endif
|
||||
RESET_LOOP_OFFSETS
|
||||
m_sQueueSample.m_bReverbFlag = TRUE;
|
||||
m_sQueueSample.m_bRequireReflection = FALSE;
|
||||
|
|
Loading…
Reference in a new issue