1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-18 12:23:13 +00:00

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

View file

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