mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 23:00:46 +00:00
@ -7846,7 +7846,7 @@ IsPedPointerValid_NotInWorld(CPed* pPed)
|
||||
{
|
||||
if (!pPed)
|
||||
return false;
|
||||
int index = CPools::GetPedPool()->GetJustIndex(pPed);
|
||||
int index = CPools::GetPedPool()->GetJustIndex_NoFreeAssert(pPed);
|
||||
#ifdef FIX_BUGS
|
||||
if (index < 0 || index >= NUMPEDS)
|
||||
#else
|
||||
|
Reference in New Issue
Block a user