OSDN Git Service

[Refactor] #38997 place_outer_bold() を削除し、place_grid() に統合 / Removed place_outer_bold...
[hengband/hengband.git] / src / floor-generate.c
index 0cbf804..c5d1e0c 100644 (file)
@@ -2136,7 +2136,7 @@ bool build_tunnel2(player_type *player_ptr, POSITION x1, POSITION y1, POSITION x
                        if (i == 0)
                        {
                                /* Failed for some reason: hack - ignore the solidness */
-                               place_outer_bold(player_ptr, y3, x3);
+                               place_bold(player_ptr, y3, x3, outer);
                                dx = 0;
                                dy = 0;
                        }