This commit is contained in:
parent
f677614d5e
commit
276a169b6b
5 changed files with 75 additions and 39 deletions
|
@ -161,10 +161,10 @@ void CNpcEnemy::processGenericFixedPathMove( int _frames, s32 *moveX, s32 *moveY
|
|||
|
||||
s16 headingToTarget = m_npcPath.think( Pos, &pathComplete, &waypointChange );
|
||||
|
||||
if ( waypointChange )
|
||||
/*if ( waypointChange )
|
||||
{
|
||||
m_movementTimer = 0;
|
||||
}
|
||||
}*/
|
||||
|
||||
if ( !pathComplete )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue