mirror of
https://github.com/halpz/re3.git
synced 2025-07-27 04:42:44 +00:00
m_nWantedLevel -> GetWantedLevel()
This commit is contained in:
@ -655,7 +655,7 @@ void CHud::Draw()
|
||||
CFont::SetColor(CRGBA(0, 0, 0, 255));
|
||||
CFont::PrintString(fStarsX + SCREEN_SCALE_X_FIX(2.0f), SCREEN_SCALE_Y(87.0f) + SCREEN_SCALE_Y_FIX(2.0f), sPrintIcon);
|
||||
|
||||
if (FindPlayerPed()->m_pWanted->m_nWantedLevel > i
|
||||
if (FindPlayerPed()->m_pWanted->GetWantedLevel() > i
|
||||
&& (CTimer::GetTimeInMilliseconds() > FindPlayerPed()->m_pWanted->m_nLastWantedLevelChange
|
||||
+ 2000 || CTimer::GetFrameCounter() & 4)) {
|
||||
|
||||
|
Reference in New Issue
Block a user