Merge remote-tracking branch 'upstream/miami' into miami

This commit is contained in:
Nikolay Korolev
2020-05-24 00:19:25 +03:00
14 changed files with 41 additions and 36 deletions

View File

@ -187,7 +187,7 @@ bool CCranes::IsThisCarPickedUp(float X, float Y, CVehicle* pVehicle)
result = true;
}
}
return true;
return result;
}
void CCranes::UpdateCranes(void)