mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-25 05:15:40 +00:00
cranes fix
This commit is contained in:
parent
e2d3ef449c
commit
100e59886d
1 changed files with 1 additions and 1 deletions
|
@ -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