mirror of
https://github.com/halpz/re3.git
synced 2025-07-23 02:29:46 +00:00
Merge branch 'master' into miami
# Conflicts: # premake5.lua # src/control/Script.cpp # src/core/SurfaceTable.cpp # src/core/config.h # src/entities/Physical.cpp # src/entities/Physical.h # src/objects/Object.h # src/skel/skeleton.h # src/vehicles/Vehicle.h
This commit is contained in:
@ -187,7 +187,7 @@ bool CCranes::IsThisCarPickedUp(float X, float Y, CVehicle* pVehicle)
|
||||
result = true;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
return result;
|
||||
}
|
||||
|
||||
void CCranes::UpdateCranes(void)
|
||||
|
Reference in New Issue
Block a user