This commit is contained in:
parent
beda712e3a
commit
9ff478b1d0
1 changed files with 1 additions and 1 deletions
|
@ -1049,7 +1049,7 @@ void CNpcSeaSnakeEnemy::renderOnMapScreen( DVECTOR drawPos )
|
|||
|
||||
if ( segmentCount > 3 )
|
||||
{
|
||||
if ( segmentCount == m_segmentCount - 1 )
|
||||
if ( segmentCount == NPC_SEA_SNAKE_LENGTH - 1 )
|
||||
{
|
||||
segmentType = ANIM_SEASNAKE_TAILSTATIC;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue