summaryrefslogtreecommitdiffstats
path: root/games/hack/hack.monst.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/hack.monst.c')
-rw-r--r--games/hack/hack.monst.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/hack/hack.monst.c b/games/hack/hack.monst.c
index b682b59..78c2a2e 100644
--- a/games/hack/hack.monst.c
+++ b/games/hack/hack.monst.c
@@ -1,5 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* hack.monst.c - version 1.0.2 */
+/* $FreeBSD$ */
#include "hack.h"
#include "def.eshk.h"
@@ -44,7 +45,7 @@ struct permonst mons[CMNUM+2] = {
{ "wumpus", 'w',8,3,2,3,6,0 },
#else
{ "long worm", 'w',8,3,5,1,4,0 },
-#endif NOWORM
+#endif /* NOWORM */
{ "large dog", 'd',6,15,4,2,4,0 },
{ "leocrotta", 'l',6,18,4,3,6,0 },
{ "mimic", 'M',7,3,7,3,4,0 },
@@ -75,5 +76,5 @@ struct permonst pm_wizard = {
};
#ifdef MAIL
struct permonst pm_mail_daemon = { "mail daemon", '2', 100, 1, 10, 0, 0, 0 };
-#endif MAIL
+#endif /* MAIL */
struct permonst pm_eel = { "giant eel", ';', 15, 6, -3, 3, 6, 0 };
OpenPOWER on IntegriCloud