This commit is contained in:
Charles 2001-08-15 15:59:53 +00:00
parent fa290ce417
commit e7b5771ac8

View File

@ -758,7 +758,7 @@ void CNpcSubSharkEnemy::render()
DVECTOR &renderPos=getRenderPos();
SprFrame = m_actorGfx->Render(renderPos,m_animNo,( m_frame >> 8 ),m_reversed);
m_actorGfx->RotateScale( SprFrame, renderPos, 0, 4096, 4096 );
m_actorGfx->RotateScale( SprFrame, renderPos, 0, 4096, 4096, true );
sBBox boundingBox = m_actorGfx->GetBBox();
setCollisionSize( ( boundingBox.XMax - boundingBox.XMin ), ( boundingBox.YMax - boundingBox.YMin ) );