This commit is contained in:
parent
96426df3dc
commit
ea1af2c7b7
Binary file not shown.
Binary file not shown.
@ -48,6 +48,9 @@ void CNpcGaryFriend::postInit()
|
|||||||
m_obstructed = false;
|
m_obstructed = false;
|
||||||
|
|
||||||
m_soundId = (int) NOT_PLAYING;
|
m_soundId = (int) NOT_PLAYING;
|
||||||
|
|
||||||
|
setCollisionSize( 40, 27 );
|
||||||
|
setCollisionCentreOffset( 0, -14 );
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||||
@ -333,11 +336,6 @@ void CNpcGaryFriend::render()
|
|||||||
|
|
||||||
frame = m_actorGfx->Render(renderPos,m_animNo,(m_frame>>8),m_reversed);
|
frame = m_actorGfx->Render(renderPos,m_animNo,(m_frame>>8),m_reversed);
|
||||||
m_actorGfx->RotateScale( frame, renderPos, m_drawRotation, 4096, 4096 );
|
m_actorGfx->RotateScale( frame, renderPos, m_drawRotation, 4096, 4096 );
|
||||||
|
|
||||||
sBBox boundingBox = m_actorGfx->GetBBox();
|
|
||||||
boundingBox.YMax = 0;
|
|
||||||
setCollisionSize( ( boundingBox.XMax - boundingBox.XMin ), ( boundingBox.YMax - boundingBox.YMin ) );
|
|
||||||
setCollisionCentreOffset( ( boundingBox.XMax + boundingBox.XMin ) >> 1, ( boundingBox.YMax + boundingBox.YMin ) >> 1 );
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user