comparison rogue4/daemons.c @ 107:f2951c4e28d9

Rename daemon() to start_daemon(). daemon() conflicted with the standard library function, which is included by default on OS X.
author John "Elwin" Edwards
date Sat, 07 Sep 2013 08:08:00 -0400
parents 9535a08ddc39
children 1b73a8641b37
comparison
equal deleted inserted replaced
106:c191a735f811 107:f2951c4e28d9
50 * Swander: 50 * Swander:
51 * Called when it is time to start rolling for wandering monsters 51 * Called when it is time to start rolling for wandering monsters
52 */ 52 */
53 swander() 53 swander()
54 { 54 {
55 daemon(rollwand, 0, BEFORE); 55 start_daemon(rollwand, 0, BEFORE);
56 } 56 }
57 57
58 /* 58 /*
59 * rollwand: 59 * rollwand:
60 * Called to roll to see if a wandering monster starts up 60 * Called to roll to see if a wandering monster starts up