From a1a786fdf332364d475006923ac1912e49bb39d4 Mon Sep 17 00:00:00 2001 From: Charles Date: Mon, 21 May 2001 16:16:01 +0000 Subject: [PATCH] --- source/platform/pfishhk.cpp | 3 --- source/platform/ppendulm.cpp | 3 --- 2 files changed, 6 deletions(-) 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 ); } ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////