This commit is contained in:
Charles 2001-01-31 16:14:12 +00:00
parent bf44855659
commit c4816ee7b8
3 changed files with 35 additions and 4 deletions

View file

@ -46,7 +46,7 @@ void CNpcPath::initPath()
void CNpcPath::resetPath()
{
currentWaypoint = NULL;
currentWaypoint = waypoint;
}
void CNpcPath::addWaypoint( DVECTOR newPos )