summaryrefslogtreecommitdiffstats
path: root/games/hack/hack.mkshop.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/hack.mkshop.c')
-rw-r--r--games/hack/hack.mkshop.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/hack/hack.mkshop.c b/games/hack/hack.mkshop.c
index 1a43f30..c503b7d 100644
--- a/games/hack/hack.mkshop.c
+++ b/games/hack/hack.mkshop.c
@@ -47,7 +47,7 @@ struct monst *shk;
}
}
gottype:
-#endif WIZARD
+#endif /* WIZARD */
for(sroom = &rooms[0], roomno = 0; ; sroom++, roomno++){
if(sroom->hx < 0) return;
if(sroom - rooms >= nroom) {
@@ -60,7 +60,7 @@ gottype:
if(
#ifdef WIZARD
(wizard && getenv("SHOPTYPE") && sroom->doorct != 0) ||
-#endif WIZARD
+#endif /* WIZARD */
sroom->doorct <= 2 && sroom->doorct > 0) break;
}
@@ -98,7 +98,7 @@ gottype:
}
more();
}
-#endif WIZARD
+#endif /* WIZARD */
return;
}
if(!(shk = makemon(PM_SHK,sx,sy))) return;
@@ -272,4 +272,4 @@ dist2(x0,y0,x1,y1){
sq(a) int a; {
return(a*a);
}
-#endif QUEST
+#endif /* QUEST */
OpenPOWER on IntegriCloud