uncomment GetSpecialCharacterTalkSfx

This commit is contained in:
Sergeanur 2021-08-11 10:47:02 +03:00
parent b289bb4edb
commit 80dc23621e
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}