This commit is contained in:
Charles 2001-01-30 20:30:52 +00:00
parent 6957055ab1
commit 9d0aef7b89
3 changed files with 48 additions and 1 deletions

View file

@ -84,6 +84,8 @@ void CNpcPath::addWaypoint( DVECTOR newPos )
this->waypoint = newWaypoint;
waypointCount++;
currentWaypoint = this->waypoint;
}
}