Pickup and audio fix

This commit is contained in:
eray orçunus 2020-05-20 21:22:40 +03:00
parent 71b9b2ecf9
commit 5b953228b4
4 changed files with 11 additions and 2 deletions

View file

@ -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