diff options
Diffstat (limited to 'games/hack/hack.makemon.c')
-rw-r--r-- | games/hack/hack.makemon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/hack/hack.makemon.c b/games/hack/hack.makemon.c index 64e1ecf..54cf307 100644 --- a/games/hack/hack.makemon.c +++ b/games/hack/hack.makemon.c @@ -89,7 +89,7 @@ gotmon: #ifndef NOWORM if(ptr->mlet == 'w' && getwn(mtmp)) initworm(mtmp); -#endif NOWORM +#endif /* NOWORM */ if(anything) if(ptr->mlet == 'O' || ptr->mlet == 'k') { coord enexto(); @@ -165,7 +165,7 @@ struct monst *mtmp; #ifndef NOWORM if(ch == 'w' && mtmp->mx) return; /* do not relocate worms */ -#endif NOWORM +#endif /* NOWORM */ do { tx = rn1(COLNO-3,2); ty = rn2(ROWNO); |