mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-15 19:34:08 +00:00
fixes for #142
This commit is contained in:
parent
40b3ff31bb
commit
e003f7ffba
4 changed files with 5 additions and 5 deletions
|
@ -794,10 +794,10 @@ cAudioManager::MissionScriptAudioUsesPoliceChannel(int32 soundMission)
|
|||
}
|
||||
}
|
||||
|
||||
uint8
|
||||
char *
|
||||
cAudioManager::Get3DProviderName(uint8 id)
|
||||
{
|
||||
if(m_bIsInitialised) return 0;
|
||||
if(!m_bIsInitialised) return 0;
|
||||
if(id >= num3DProvidersAvailable) return 0;
|
||||
return asName3DProviders[id];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue