mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 05:04:08 +00:00
VC fighting, Peds, many fixes including ghost bikes
This commit is contained in:
parent
515559d00c
commit
67a3c7d2ee
22 changed files with 813 additions and 506 deletions
|
@ -5724,6 +5724,8 @@ cAudioManager::ClearMissionAudio(uint8 slot)
|
|||
m_sMissionAudio.m_bIsPlayed[slot] = false;
|
||||
m_sMissionAudio.m_bPredefinedProperties[slot] = true;
|
||||
m_sMissionAudio.m_nMissionAudioCounter[slot] = 0;
|
||||
m_sMissionAudio.m_bIsMobile[slot] = false;
|
||||
SampleManager.StopStreamedFile(slot + 1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue