diff --git a/source/platform/pfishhk.cpp b/source/platform/pfishhk.cpp index 4cceaf321..b8e1a61d2 100644 --- a/source/platform/pfishhk.cpp +++ b/source/platform/pfishhk.cpp @@ -39,9 +39,6 @@ void CNpcFishHookPlatform::postInit() m_isShuttingDown = false; m_lineBase.vx = Pos.vx; m_lineBase.vy = 0; - - sBBox boundingBox = m_modelGfx->GetBBox(); - setCollisionCentreOffset( ( boundingBox.XMax + boundingBox.XMin ) >> 1, boundingBox.YMin + 15 ); } //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// diff --git a/source/platform/ppendulm.cpp b/source/platform/ppendulm.cpp index 203e7c18d..4ab76c185 100644 --- a/source/platform/ppendulm.cpp +++ b/source/platform/ppendulm.cpp @@ -38,9 +38,6 @@ void CNpcPendulumPlatform::postInit() m_heading = 1024; m_lineBase.vx = Pos.vx; m_lineBase.vy = 0; - - sBBox boundingBox = m_modelGfx->GetBBox(); - setCollisionCentreOffset( ( boundingBox.XMax + boundingBox.XMin ) >> 1, boundingBox.YMin + 15 ); } ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////