From abd737778385c1da6185f28a8787f36ba032ab04 Mon Sep 17 00:00:00 2001 From: nothere Date: Sat, 16 Aug 2003 09:46:08 +0000 Subject: [PATCH] =?utf8?q?=E8=87=AA=E5=88=86=E4=B8=AD=E5=BF=83=E3=81=A7?= =?utf8?q?=E5=8D=8A=E5=BE=842=E4=BB=A5=E4=B8=8A=E3=81=AE=E6=A3=AE=E3=81=AE?= =?utf8?q?=E4=B8=AD=E3=81=A7=E6=9A=81=E3=81=AE=E6=88=A6=E5=A3=AB=E3=82=92?= =?utf8?q?=E5=80=92=E3=81=99=E3=81=A8=E5=BF=85=E3=81=9A=E5=BE=A9=E6=B4=BB?= =?utf8?q?=E3=82=92=E9=98=BB=E6=AD=A2=E3=81=A7=E3=81=8D=E3=82=8B=E3=83=90?= =?utf8?q?=E3=82=B0=20=E3=82=92=E4=BF=AE=E6=AD=A3.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/xtra2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xtra2.c b/src/xtra2.c index 14215dbef..af9465121 100644 --- a/src/xtra2.c +++ b/src/xtra2.c @@ -950,7 +950,7 @@ msg_print(" { scatter(&wy, &wx, py, px, 20, 0); } - while (!(in_bounds(wy, wx) && cave_floor_bold(wy, wx)) && --attempts); + while (!(in_bounds(wy, wx) && cave_empty_bold2(wy, wx)) && --attempts); if (attempts > 0) { -- 2.11.0