OSDN Git Service

Fixed bug of tunnels piercing underground arcades
authoriks <iks@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 27 Jun 2013 14:13:23 +0000 (14:13 +0000)
committeriks <iks@0568b783-4c39-0410-ac80-bf13821ea2a2>
Thu, 27 Jun 2013 14:13:23 +0000 (14:13 +0000)
src/rooms.c

index dbb86f1..024b696 100644 (file)
@@ -6295,7 +6295,7 @@ void generate_fill_perm_bold(int y1, int x1, int y2, int x2)
                for (x = x1; x <= x2; x++)
                {
                        /* Point to grid */
-                       place_extra_perm_bold(y, x);
+                       place_inner_perm_bold(y, x);
                }
        }
 }