mirror of
https://github.com/GTAmodding/re3.git
synced 2024-11-15 12:59:01 +00:00
Small fix
This commit is contained in:
parent
5032d24ad8
commit
a510a03b8a
1 changed files with 1 additions and 1 deletions
|
@ -5245,7 +5245,7 @@ cAudioManager::GetPedCommentSfx(CPed *ped, int32 sound)
|
|||
case MI_COP: return GetCopTalkSfx(ped, sound);
|
||||
case MI_SWAT: return GetSwatTalkSfx(ped, sound);
|
||||
case MI_FBI: return GetFBITalkSfx(ped, sound);
|
||||
case MI_ARMY: return GetGenericMaleTalkSfx(ped, sound);
|
||||
case MI_ARMY: return GetArmyTalkSfx(ped, sound);
|
||||
case MI_MEDIC: return GetMedicTalkSfx(ped, sound);
|
||||
case MI_FIREMAN: return GetFiremanTalkSfx(ped, sound);
|
||||
case MI_MALE01: return GetDefaultTalkSfx(ped, sound);
|
||||
|
|
Loading…
Reference in a new issue