This commit is contained in:
Charles 2001-05-25 20:45:03 +00:00
parent fbef1ce5e7
commit 85c497b6cf
2 changed files with 21 additions and 8 deletions

View file

@ -22,6 +22,9 @@ void CNpcFishHook3Platform::postInit()
setCollisionSize( ( boundingBox.XMax - boundingBox.XMin ), ( boundingBox.YMax - boundingBox.YMin ) );
setCollisionCentreOffset( ( boundingBox.XMax + boundingBox.XMin ) >> 1, ( boundingBox.YMax + boundingBox.YMin ) >> 1 );
calculateNonRotatedCollisionData();
setCollisionAngle( m_tiltAngle >> 8 );
m_isMoving = false;
m_isResetting = false;
m_isShuttingDown = false;