mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2025-02-02 11:52:34 +01:00
Fix ServiceTrack
This commit is contained in:
parent
1169437ec6
commit
9ae3fac08e
@ -991,6 +991,7 @@ cMusicManager::ServiceTrack(CVehicle *veh, CPed *ped)
|
||||
}
|
||||
} else if (AudioManager.ShouldDuckMissionAudio(0) || AudioManager.ShouldDuckMissionAudio(1)) {
|
||||
SampleManager.SetStreamedVolumeAndPan(Min(m_nCurrentVolume, 25), 63, 0, 0);
|
||||
nFramesSinceCutsceneEnded = 0;
|
||||
} else {
|
||||
if (nFramesSinceCutsceneEnded == -1)
|
||||
volume = m_nCurrentVolume;
|
||||
|
Loading…
x
Reference in New Issue
Block a user