This commit is contained in:
parent
3eabd82c8e
commit
8470b76ba1
7 changed files with 85 additions and 22 deletions
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue