Skip to content

Commit ba50360

Browse files
committed
update
1 parent b5bdd46 commit ba50360

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Map.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,7 @@ static void revdel(Tris edges, const int w, const int h, const Flags flags)
368368
// Break the connection.
369369
edge->c = flags.one;
370370
// If two points are not connected in anyway then reconnect.
371-
// Occasionally it will create a loop because true connectivity
372-
// checks all edges. Thankfully, the occasional loop benefits
371+
// Due to edge duplicates the occasional loop will occur. The occasional loop benefits
373372
// the dungeon design else the explorer will get bored dead end after dead end.
374373
if(!connected(edge->a, edge->b, edges, flags)) edge->c = flags.zer;
375374
}

0 commit comments

Comments
 (0)