mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-29 03:25:39 +00:00
Audio: more LCS changes
This commit is contained in:
parent
3779a39f1f
commit
e500b77cd3
1 changed files with 7 additions and 4 deletions
|
@ -526,11 +526,14 @@ cAudioManager::ServiceSoundEffects()
|
|||
ProcessSpecial();
|
||||
ClearRequestedQueue();
|
||||
InterrogateAudioEntities();
|
||||
m_sPedComments.Process();
|
||||
//ServicePoliceRadio(); // LCS: removed
|
||||
ServiceCollisions();
|
||||
if (!m_nUserPause) {
|
||||
m_sPedComments.Process();
|
||||
//ServicePoliceRadio(); // LCS: removed
|
||||
ServiceCollisions();
|
||||
}
|
||||
AddReleasingSounds();
|
||||
ProcessMissionAudio();
|
||||
if (!m_nUserPause)
|
||||
ProcessMissionAudio();
|
||||
#ifdef EXTERNAL_3D_SOUND
|
||||
AdjustSamplesVolume();
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue