This commit is contained in:
parent
bf44855659
commit
c4816ee7b8
3 changed files with 35 additions and 4 deletions
|
@ -46,7 +46,7 @@ void CNpcPath::initPath()
|
|||
|
||||
void CNpcPath::resetPath()
|
||||
{
|
||||
currentWaypoint = NULL;
|
||||
currentWaypoint = waypoint;
|
||||
}
|
||||
|
||||
void CNpcPath::addWaypoint( DVECTOR newPos )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue