mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-25 18:23:44 +00:00
uncomment GetSpecialCharacterTalkSfx
This commit is contained in:
parent
b289bb4edb
commit
80dc23621e
1 changed files with 1 additions and 1 deletions
|
@ -5420,7 +5420,7 @@ cAudioManager::GetPedCommentSfx(CPed *ped, uint16 sound)
|
|||
case MI_SPECIAL18:
|
||||
case MI_SPECIAL19:
|
||||
case MI_SPECIAL20:
|
||||
case MI_SPECIAL21: //return GetSpecialCharacterTalkSfx(ped, ped->GetModelIndex(), sound);
|
||||
case MI_SPECIAL21: return GetSpecialCharacterTalkSfx(ped, ped->GetModelIndex(), sound);
|
||||
return NO_SAMPLE;
|
||||
default: return GetGenericMaleTalkSfx(ped, sound);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue