diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2019-09-24 13:33:16 +0200 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2019-10-26 13:05:00 +0200 |
commit | d2941b03689575fc0158683daae7883402a92651 (patch) | |
tree | b12477e0091c20c9dde90872919c4431e4e0195f /src/core/World.cpp | |
parent | More work (diff) | |
download | re3-d2941b03689575fc0158683daae7883402a92651.tar re3-d2941b03689575fc0158683daae7883402a92651.tar.gz re3-d2941b03689575fc0158683daae7883402a92651.tar.bz2 re3-d2941b03689575fc0158683daae7883402a92651.tar.lz re3-d2941b03689575fc0158683daae7883402a92651.tar.xz re3-d2941b03689575fc0158683daae7883402a92651.tar.zst re3-d2941b03689575fc0158683daae7883402a92651.zip |
Diffstat (limited to 'src/core/World.cpp')
-rw-r--r-- | src/core/World.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/World.cpp b/src/core/World.cpp index 5dea09bd..46d36348 100644 --- a/src/core/World.cpp +++ b/src/core/World.cpp @@ -793,7 +793,7 @@ CWorld::TestSphereAgainstSectorList(CPtrList &list, CVector spherePos, float rad *eCol, &ms_testSpherePoint, nil, nil); if (collidedSpheres != 0 || - (e->IsVehicle() && ((CVehicle*)e)->m_vehType == VEHICLE_TYPE_CAR && + (e->IsVehicle() && ((CVehicle*)e)->m_vehType == VEHICLE_TYPE_AUTOMOBILE && e->m_modelIndex != MI_DODO && radius + eCol->boundingBox.max.x > distance)) { return e; } |