summaryrefslogtreecommitdiffstats
path: root/rogue/monster.c
diff options
context:
space:
mode:
Diffstat (limited to 'rogue/monster.c')
-rw-r--r--rogue/monster.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/rogue/monster.c b/rogue/monster.c
index 7fe5d699..bca5eb1c 100644
--- a/rogue/monster.c
+++ b/rogue/monster.c
@@ -1,4 +1,4 @@
-/* $NetBSD: monster.c,v 1.11 2006/03/30 04:10:04 jnemeth Exp $ */
+/* $NetBSD: monster.c,v 1.12 2007/12/27 23:53:00 dholland Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -37,7 +37,7 @@
#if 0
static char sccsid[] = "@(#)monster.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: monster.c,v 1.11 2006/03/30 04:10:04 jnemeth Exp $");
+__RCSID("$NetBSD: monster.c,v 1.12 2007/12/27 23:53:00 dholland Exp $");
#endif
#endif /* not lint */
@@ -709,7 +709,7 @@ create_monster()
wake_up(monster);
}
} else {
- message("you hear a faint cry of anguish in the distance", 0);
+ messagef(0, "you hear a faint cry of anguish in the distance");
}
}
@@ -851,7 +851,7 @@ aggravate()
{
object *monster;
- message("you hear a high pitched humming noise", 0);
+ messagef(0, "you hear a high pitched humming noise");
monster = level_monsters.next_monster;