This commit is contained in:
parent
f491382245
commit
8a5c5f76df
3 changed files with 5 additions and 5 deletions
|
@ -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 );
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue