mirror of
https://github.com/halpz/re3.git
synced 2025-07-12 23:58:14 +00:00
Use original names
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user