~ubuntu-branches/ubuntu/vivid/sgt-puzzles/vivid-proposed

« back to all changes in this revision

Viewing changes to bridges.c

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings
  • Date: 2012-04-07 02:38:40 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20120407023840-0hv48llsnlcbredb
Tags: 9411-1
* New upstream version - closes: #666709
  - Adds Pearl puzzle
* Update German translation, thanks to Helge Kreutzmann

Show diffs side-by-side

added added

removed removed

Lines of Context:
1505
1505
            if (maxb == 0) {
1506
1506
                debug(("...adding NOLINE.\n"));
1507
1507
                solve_join(is, i, -1, 0); /* we can't have any bridges here. */
1508
 
                didsth = 1;
1509
1508
            } else {
1510
1509
                debug(("...setting maximum\n"));
1511
1510
                solve_join(is, i, maxb, 1);
1512
1511
            }
 
1512
            didsth = 1;
1513
1513
        }
1514
1514
        map_update_possibles(is->state);
1515
1515
    }