cranes fix

This commit is contained in:
Nikolay Korolev 2020-05-23 16:14:39 +03:00 committed by GitHub
parent e2d3ef449c
commit 100e59886d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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