summaryrefslogtreecommitdiffstats
path: root/games/hack/def.monst.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/def.monst.h')
-rw-r--r--games/hack/def.monst.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/hack/def.monst.h b/games/hack/def.monst.h
index 88836af..7a2d6e3 100644
--- a/games/hack/def.monst.h
+++ b/games/hack/def.monst.h
@@ -1,5 +1,6 @@
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/* def.monst.h - version 1.0.2 */
+/* $FreeBSD$ */
struct monst {
struct monst *nmon;
@@ -34,7 +35,7 @@ struct monst {
Bitfield(mnamelth,6); /* length of name (following mxlth) */
#ifndef NOWORM
Bitfield(wormno,5); /* at most 31 worms on any level */
-#endif NOWORM
+#endif /* NOWORM */
unsigned mtrapseen; /* bitmap of traps we've been trapped in */
long mlstmv; /* prevent two moves at once */
struct obj *minvent;
OpenPOWER on IntegriCloud