mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 17:30:33 +00:00
Make cars and peds to not despawn when you look away
# Conflicts: # src/control/CarCtrl.cpp # src/core/config.h # src/peds/Population.cpp
This commit is contained in:
parent
30061396e8
commit
835fa4e74b
4 changed files with 17 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