mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 21:29:59 +00:00
Use original names
This commit is contained in:
parent
6e42c791cf
commit
8eed6ae179
15 changed files with 41 additions and 41 deletions
|
@ -59,7 +59,7 @@ CPed::ServiceTalking(void)
|
|||
if (bBodyPartJustCameOff && m_bodyPartBleeding == PED_HEAD)
|
||||
return;
|
||||
|
||||
if (!CGeneral::faststricmp(CModelInfo::GetModelInfo(GetModelIndex())->GetName(), "bomber"))
|
||||
if (!CGeneral::faststricmp(CModelInfo::GetModelInfo(GetModelIndex())->GetModelName(), "bomber"))
|
||||
m_queuedSound = SOUND_PED_BOMBER;
|
||||
else if (m_nPedState == PED_ON_FIRE)
|
||||
m_queuedSound = SOUND_PED_BURNING;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue