mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-11 08:00:32 +00:00
Merge branch 'miami' into lcs
# Conflicts: # src/control/CarCtrl.cpp # src/modelinfo/MloModelInfo.cpp # src/modelinfo/MloModelInfo.h # src/renderer/Renderer.cpp # src/rw/VisibilityPlugins.cpp # src/rw/VisibilityPlugins.h
This commit is contained in:
commit
a481b900b9
5 changed files with 31 additions and 5 deletions
|
@ -65,7 +65,7 @@ cDMAudio::DestroyAllGameCreatedEntities(void)
|
|||
void
|
||||
cDMAudio::SetOutputMode(bool8 surround)
|
||||
{
|
||||
return AudioManager.SetOutputMode(surround);
|
||||
AudioManager.SetOutputMode(surround);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue