This commit is contained in:
Charles 2001-01-23 17:03:27 +00:00
parent 3eabd82c8e
commit 8470b76ba1
7 changed files with 85 additions and 22 deletions

View file

@ -128,8 +128,9 @@ void CNpc::processCloseSmallJellyfishEvade( int _frames )
else
{
bool pathComplete;
bool waypointChange;
s16 headingToTarget = m_npcPath.think( Pos, &pathComplete );
s16 headingToTarget = m_npcPath.think( Pos, &pathComplete, &waypointChange );
if ( pathComplete )
{