OSDN Git Service

ネronman_rooms、ホナキウヲ、ホノー、ャチエ、ニクノホゥ、キ、ニ、キ、゙、ヲ・ミ・ー、、タオ.
authornothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 31 May 2004 17:57:46 +0000 (17:57 +0000)
committernothere <nothere@0568b783-4c39-0410-ac80-bf13821ea2a2>
Mon, 31 May 2004 17:57:46 +0000 (17:57 +0000)
src/grid.c

index b427a5b..655a430 100644 (file)
@@ -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;