Major: Backport to rvn 241, with the addition of all previously found bug fixes.

This commit is contained in:
Vatiken 2012-02-06 19:13:03 +00:00
parent e4cdc51eb1
commit 479dbb6cbd
86 changed files with 3771 additions and 7913 deletions

View file

@ -89,8 +89,8 @@ static void bfs_clear_queue(void)
bfs_dequeue();
}
/* find_first_step: given a source room and a target room, find the first step
* on the shortest path from the source to the target. Intended usage: in
/* find_first_step: given a source room and a target room, find the first step
* on the shortest path from the source to the target. Intended usage: in
* mobile_activity, give a mob a dir to go if they're tracking another mob or a
* PC. Or, a 'track' skill for PCs. */
static int find_first_step(room_rnum src, room_rnum target)