mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-22 23:10:00 +00:00
cranes fix
This commit is contained in:
parent
e2d3ef449c
commit
100e59886d
|
@ -184,7 +184,7 @@ bool CCranes::IsThisCarPickedUp(float X, float Y, CVehicle* pVehicle)
|
|||
result = true;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
return result;
|
||||
}
|
||||
|
||||
void CCranes::UpdateCranes(void)
|
||||
|
|
Loading…
Reference in a new issue