UltraRogue: fix various build failures.

This commit is contained in:
John "Elwin" Edwards 2017-01-31 20:33:49 -05:00
parent 11c74c273d
commit b100b40846
5 changed files with 23 additions and 20 deletions

View file

@ -225,7 +225,7 @@ doctor_spell_points(struct thing *tp)
called to roll to see if a wandering monster starts up
*/
daemon
void
rollwand(daemon_arg *arg)
{
NOOP(arg);
@ -246,7 +246,7 @@ rollwand(daemon_arg *arg)
digest the hero's food
*/
daemon
void
stomach(daemon_arg *arg)
{
int oldfood, old_hunger;
@ -322,7 +322,7 @@ stomach(daemon_arg *arg)
each other, this routine have been enhanced and may need more work yet
*/
daemon
void
runners(daemon_arg *arg)
{
struct linked_list *item;