diff --git a/src/object/old_object.cpp b/src/object/old_object.cpp index c11247d2..0e8fb670 100644 --- a/src/object/old_object.cpp +++ b/src/object/old_object.cpp @@ -1274,7 +1274,7 @@ int COldObject::SearchDescendant(int parent, int n) void COldObject::TransformCrashSphere(Math::Sphere& crashSphere) { - crashSphere.radius *= GetScaleX(); + if(!Implements(ObjectInterfaceType::Jostleable)) crashSphere.radius *= GetScaleX(); // Returns to the sphere collisions, // which ignores the tilt of the vehicle.