This commit is contained in:
Daveo 2001-08-14 17:07:16 +00:00
parent 6baaf136f5
commit fb2681fe0c
3 changed files with 4 additions and 4 deletions

View file

@ -1088,7 +1088,7 @@ void CNpcSeaSnakeEnemy::renderOnMapScreen( DVECTOR drawPos )
}
POLY_FT4 *Ft4= m_actorGfx->Render(drawPos,segmentType,0,0);
m_actorGfx->RotateScale( Ft4, drawPos, 0, 4096, segScale );
m_actorGfx->RotateScale( Ft4, drawPos, 0, 4096, segScale,true );
}
}