Rename daemon() to start_daemon().
daemon() conflicted with the standard library function, which is included by default on OS X.
This commit is contained in:
parent
05b8759305
commit
720d587422
12 changed files with 25 additions and 25 deletions
|
|
@ -84,9 +84,9 @@ register struct object *obj;
|
|||
}
|
||||
}
|
||||
when R_SEARCH:
|
||||
daemon(ring_search, 0, AFTER);
|
||||
start_daemon(ring_search, 0, AFTER);
|
||||
when R_TELEPORT:
|
||||
daemon(ring_teleport, 0, AFTER);
|
||||
start_daemon(ring_teleport, 0, AFTER);
|
||||
}
|
||||
status(FALSE);
|
||||
if (r_know[obj->o_which] && r_guess[obj->o_which])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue