From: nothere Date: Mon, 31 May 2004 17:57:46 +0000 (+0000) Subject: ネronman_rooms、ホナキウヲ、ホノー、ャチエ、ニクノホゥ、キ、ニ、キ、゙、ヲ・ミ・ー、、タオ. X-Git-Tag: v2.1.2~469 X-Git-Url: http://git.osdn.net/view?p=hengband%2Fhengband.git;a=commitdiff_plain;h=99f225b5a2ff5c250293c4d5403bda8e2908b519 ネronman_rooms、ホナキウヲ、ホノー、ャチエ、ニクノホゥ、キ、ニ、キ、゙、ヲ・ミ・ー、、タオ. --- diff --git a/src/grid.c b/src/grid.c index b427a5b4d..655a43048 100644 --- a/src/grid.c +++ b/src/grid.c @@ -626,12 +626,6 @@ void build_tunnel(int row1, int col1, int row2, int col2) /* Access the location */ c_ptr = &cave[tmp_row][tmp_col]; - if (permanent_wall(&f_info[c_ptr->feat])) - { - /* Avoid the edge of vaults */ - if (is_outer_grid(c_ptr)) continue; - } - /* Avoid "solid" walls */ if (is_solid_grid(c_ptr)) continue;