This commit is contained in:
parent
9d6b4df9ad
commit
a1a786fdf3
2 changed files with 0 additions and 6 deletions
|
@ -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 );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -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 );
|
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Add table
Reference in a new issue