mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 06:00:34 +00:00
m_nWantedLevel -> GetWantedLevel()
This commit is contained in:
parent
1999427225
commit
d1317f8fa6
25 changed files with 77 additions and 77 deletions
|
@ -1654,7 +1654,7 @@ CPlayerPed::ProcessControl(void)
|
|||
if (m_nEvadeAmount == 0)
|
||||
m_pEvadingFrom = nil;
|
||||
|
||||
if (m_pWanted->m_nWantedLevel > 0)
|
||||
if (m_pWanted->GetWantedLevel() > 0)
|
||||
FindNewAttackPoints();
|
||||
|
||||
UpdateMeleeAttackers();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue