This commit is contained in:
parent
b12094d02e
commit
63edb8f957
1 changed files with 1 additions and 1 deletions
|
@ -1035,7 +1035,7 @@ void CNpcSeaSnakeEnemy::renderOnMapScreen( DVECTOR drawPos )
|
||||||
POLY_FT4 *headSprFrame;
|
POLY_FT4 *headSprFrame;
|
||||||
|
|
||||||
headSprFrame = m_actorGfx->Render(drawPos,ANIM_SEASNAKE_HEADSNAP,0,0);
|
headSprFrame = m_actorGfx->Render(drawPos,ANIM_SEASNAKE_HEADSNAP,0,0);
|
||||||
m_actorGfx->RotateScale( headSprFrame, drawPos, 0, 4096, 4096 );
|
m_actorGfx->RotateScale( headSprFrame, drawPos, 0, 4096, 4096,true );
|
||||||
|
|
||||||
int segmentCount;
|
int segmentCount;
|
||||||
int segmentType;
|
int segmentType;
|
||||||
|
|
Loading…
Add table
Reference in a new issue