This commit is contained in:
Charles 2001-08-03 19:10:05 +00:00
parent 17a4463ac2
commit 38b97c7111
13 changed files with 185 additions and 3 deletions

View file

@ -769,6 +769,16 @@ void CNpcSubSharkEnemy::render()
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void CNpcSubSharkEnemy::renderOnMapScreen( DVECTOR drawPos )
{
SprFrame = NULL;
SprFrame = m_actorGfx->Render(drawPos,3,0,false);
//m_actorGfx->RotateScale( SprFrame, renderPos, 0, 4096, 4096 );
}
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
void CNpcSubSharkEnemy::collidedWith(CThing *_thisThing)
{
if ( m_isActive && !m_isCaught && !m_isDying )