This commit is contained in:
Charles 2001-08-09 14:23:58 +00:00
parent f491382245
commit 8a5c5f76df
3 changed files with 5 additions and 5 deletions

View file

@ -763,7 +763,7 @@ void CNpcMotherJellyfishEnemy::renderOnMapScreen( DVECTOR drawPos )
m_actorGfx->RotateScale( SprFrame, drawPos, 0, ONE, ONE );
for ( int i = 0 ; i < 4 ; i++ )
{
legs[i]->renderOnMapScreen( drawPos );
legs[i]->renderOnMapScreen( drawPos, legsPos[i].vx, legsPos[i].vy );
}
}