This commit is contained in:
Charles 2001-05-03 22:15:13 +00:00
parent 19b1e7dc2c
commit 3fad61a8f9
3 changed files with 7 additions and 3 deletions

View file

@ -108,7 +108,8 @@ void CNpcPath::addWaypoint( DVECTOR newPos )
currentWaypoint = this->waypoint;
minX = maxX = minY = maxY = newPos.vx;
minX = maxX = newPos.vx;
minY = maxY = newPos.vy;
}
}