summaryrefslogtreecommitdiffstats
path: root/games/hack/hack.mklev.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/hack/hack.mklev.c')
-rw-r--r--games/hack/hack.mklev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hack/hack.mklev.c b/games/hack/hack.mklev.c
index 8904021..236f832 100644
--- a/games/hack/hack.mklev.c
+++ b/games/hack/hack.mklev.c
@@ -221,7 +221,7 @@ register int lowx,lowy,hix,hiy;
/* walk down since rscnt and rsmax change */
for(rsp = &rs[rsmax-1]; rsp >= rs; rsp--) {
-
+
if((lx = rsp->rlx) > hix || (ly = rsp->rly) > hiy ||
(hx = rsp->rhx) < lowx || (hy = rsp->rhy) < lowy)
continue;
OpenPOWER on IntegriCloud