mirror of
https://github.com/GTAmodding/re3.git
synced 2025-06-08 17:51:30 +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_SPECIAL18:
|
||||||
case MI_SPECIAL19:
|
case MI_SPECIAL19:
|
||||||
case MI_SPECIAL20:
|
case MI_SPECIAL20:
|
||||||
case MI_SPECIAL21: //return GetSpecialCharacterTalkSfx(ped, ped->GetModelIndex(), sound);
|
case MI_SPECIAL21: return GetSpecialCharacterTalkSfx(ped, ped->GetModelIndex(), sound);
|
||||||
return NO_SAMPLE;
|
return NO_SAMPLE;
|
||||||
default: return GetGenericMaleTalkSfx(ped, sound);
|
default: return GetGenericMaleTalkSfx(ped, sound);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue