mirror of
https://github.com/tbamud/tbamud.git
synced 2026-01-21 00:16:09 +01:00
Major: Backport to rvn 241, with the addition of all previously found bug fixes.
This commit is contained in:
parent
e4cdc51eb1
commit
479dbb6cbd
86 changed files with 3771 additions and 7913 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue