This commit is contained in:
Charles 2001-08-08 14:46:33 +00:00
parent beda712e3a
commit 9ff478b1d0

View File

@ -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;
}