This commit is contained in:
parent
b0808f3389
commit
6679878552
8 changed files with 296 additions and 73 deletions
|
@ -41,8 +41,9 @@ void CNpcSawbladeHazard::processMovement( int _frames )
|
|||
{
|
||||
bool pathComplete;
|
||||
bool waypointChange;
|
||||
s32 xDist, yDist;
|
||||
|
||||
s16 headingToTarget = m_npcPath.think( Pos, &pathComplete, &waypointChange );
|
||||
s16 headingToTarget = m_npcPath.think( Pos, &pathComplete, &waypointChange, &xDist, &yDist );
|
||||
|
||||
if ( !pathComplete )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue