From: nothere Date: Sat, 16 Aug 2003 09:46:08 +0000 (+0000) Subject: 自分中心で半径2以上の森の中で暁の戦士を倒すと必ず復活を阻止できるバグ X-Git-Tag: v2.1.2~1217 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=abd737778385c1da6185f28a8787f36ba032ab04;p=hengband%2Fhengband.git 自分中心で半径2以上の森の中で暁の戦士を倒すと必ず復活を阻止できるバグ を修正. --- 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) {