mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-05 05:09:59 +00:00
Use original names
This commit is contained in:
parent
6e42c791cf
commit
8eed6ae179
15 changed files with 41 additions and 41 deletions
|
@ -5788,7 +5788,7 @@ cAudioManager::GetCasualMaleOldTalkSfx(int16 sound)
|
|||
uint32
|
||||
cAudioManager::GetSpecialCharacterTalkSfx(int32 modelIndex, int32 sound)
|
||||
{
|
||||
char *modelName = CModelInfo::GetModelInfo(modelIndex)->GetName();
|
||||
char *modelName = CModelInfo::GetModelInfo(modelIndex)->GetModelName();
|
||||
if (!CGeneral::faststricmp(modelName, "eight") || !CGeneral::faststricmp(modelName, "eight2")) {
|
||||
return GetEightTalkSfx(sound);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue