mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 04:54:09 +00:00
DMAudio fixes
This commit is contained in:
parent
de09a80a35
commit
93b318cfdf
4 changed files with 12 additions and 12 deletions
|
@ -4554,7 +4554,7 @@ cAudioManager::SetPedTalkingStatus(CPed *ped, uint8 status)
|
|||
}
|
||||
|
||||
void
|
||||
cAudioManager::SetPlayersMood(uint8 mood, int32 time)
|
||||
cAudioManager::SetPlayersMood(uint8 mood, uint32 time)
|
||||
{
|
||||
if (!m_bIsInitialised) return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue