X-Git-Url: https://git.distorted.org.uk/~mdw/sgt/puzzles/blobdiff_plain/91d3791cb52e807cda8bd0b250c12ce0e1398f6c..370cbbac43638ae4e2148c4d637ba08d83c966b6:/bridges.c diff --git a/bridges.c b/bridges.c index 5860e0c..6a677e3 100644 --- a/bridges.c +++ b/bridges.c @@ -1505,11 +1505,11 @@ static int solve_island_stage3(struct island *is, int *didsth_r) if (maxb == 0) { debug(("...adding NOLINE.\n")); solve_join(is, i, -1, 0); /* we can't have any bridges here. */ - didsth = 1; } else { debug(("...setting maximum\n")); solve_join(is, i, maxb, 1); } + didsth = 1; } map_update_possibles(is->state); }