arogue7, xrogue: rename daemon() to start_daemon().
This prevents conflict with the BSD/OSX daemon() system function.
This commit is contained in:
parent
b369d09125
commit
4e5f4c52d3
14 changed files with 26 additions and 26 deletions
|
|
@ -322,7 +322,7 @@ picked_up:
|
|||
else
|
||||
purse = 1; /* fudge to get right msg from eat_gold() */
|
||||
eat_gold(obj);
|
||||
daemon(eat_gold, obj, AFTER);
|
||||
start_daemon(eat_gold, obj, AFTER);
|
||||
}
|
||||
/* For the axe start a fuse to change player to a fighter. */
|
||||
if (obj->o_which == AXE_AKLAD)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue