This commit is contained in:
Charles 2001-05-21 16:16:01 +00:00
parent 9d6b4df9ad
commit a1a786fdf3
2 changed files with 0 additions and 6 deletions

View file

@ -39,9 +39,6 @@ void CNpcFishHookPlatform::postInit()
m_isShuttingDown = false; m_isShuttingDown = false;
m_lineBase.vx = Pos.vx; m_lineBase.vx = Pos.vx;
m_lineBase.vy = 0; m_lineBase.vy = 0;
sBBox boundingBox = m_modelGfx->GetBBox();
setCollisionCentreOffset( ( boundingBox.XMax + boundingBox.XMin ) >> 1, boundingBox.YMin + 15 );
} }
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

View file

@ -38,9 +38,6 @@ void CNpcPendulumPlatform::postInit()
m_heading = 1024; m_heading = 1024;
m_lineBase.vx = Pos.vx; m_lineBase.vx = Pos.vx;
m_lineBase.vy = 0; m_lineBase.vy = 0;
sBBox boundingBox = m_modelGfx->GetBBox();
setCollisionCentreOffset( ( boundingBox.XMax + boundingBox.XMin ) >> 1, boundingBox.YMin + 15 );
} }
//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////