mirror of https://github.com/Nofated095/re-GTA.git
one more fix
This commit is contained in:
parent
c6c3ffa01c
commit
b62634ea64
|
@ -1919,7 +1919,7 @@ CPed::PlayFootSteps(void)
|
|||
bool
|
||||
CPed::IsPointerValid(void)
|
||||
{
|
||||
int8 pedIndex = CPools::GetPedPool()->GetIndex(this) >> 8;
|
||||
int pedIndex = CPools::GetPedPool()->GetIndex(this) >> 8;
|
||||
if (pedIndex < 0 || pedIndex >= NUMPEDS)
|
||||
return false;
|
||||
|
||||
|
|
Loading…
Reference in New Issue