This commit is contained in:
Charles 2001-05-09 21:27:23 +00:00
parent 00e017b62d
commit 4c64c9ed4e
25 changed files with 58 additions and 40 deletions

View file

@ -79,7 +79,7 @@ void CNpcFlamingSkullEnemy::processClose( int _frames )
}
else
{
processGenericGotoTarget( _frames, distX, distY, m_data[m_type].speed );
processGenericGotoTarget( _frames, distX, distY, m_speed );
}
}
else
@ -102,7 +102,7 @@ void CNpcFlamingSkullEnemy::processClose( int _frames )
}
else
{
processGenericGotoTarget( _frames, distX, distY, m_data[m_type].speed );
processGenericGotoTarget( _frames, distX, distY, m_speed );
}
}
}