mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 20:26:22 +00:00
one more fix
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user