mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-13 13:14:09 +00:00
Pickup and audio fix
This commit is contained in:
parent
71b9b2ecf9
commit
5b953228b4
4 changed files with 11 additions and 2 deletions
|
@ -3849,9 +3849,9 @@ cAudioManager::GetPedCommentSfx(CPed *ped, int32 sound)
|
|||
//if (ped->IsPlayer())
|
||||
// return GetPlayerTalkSfx(sound);
|
||||
|
||||
// TODO: miami peds
|
||||
// TODO(Miami): ped comments
|
||||
|
||||
return TOTAL_AUDIO_SAMPLES;
|
||||
return NO_SAMPLE;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue