From e7b5771ac8ba6b6459a5663a547394dcb537fb9a Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 15 Aug 2001 15:59:53 +0000 Subject: [PATCH] --- source/enemy/nsshark.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/enemy/nsshark.cpp b/source/enemy/nsshark.cpp index e5fd3c6d5..7a4c20787 100644 --- a/source/enemy/nsshark.cpp +++ b/source/enemy/nsshark.cpp @@ -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 ) );