~ubuntu-branches/ubuntu/oneiric/gnome-games/oneiric-updates

« back to all changes in this revision

Viewing changes to gnect/src/ia_main.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-09-02 08:12:53 UTC
  • mfrom: (1.1.96)
  • Revision ID: package-import@ubuntu.com-20110902081253-egqjzsjfn0yl0i4j
Tags: 1:3.1.90-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
759
759
{
760
760
  long def_nodes = 0L;
761
761
  short x, y, score[BOARDX], sc = IMPOSSIBLE, p;
762
 
  short depth = DEPTH, oracle, set = NO, def_depth = 0, cpu_level;
 
762
  short depth = DEPTH, oracle, def_depth = 0, cpu_level;
763
763
 
764
764
 
765
765
  maxdepth = 0;
798
798
 
799
799
        score[x] += (oracle << 13);
800
800
        if (oracle) {
801
 
          set = YES;
802
801
          if (!board->oracle[2 - board->turn]) {
803
802
            board->lastguess = board->filled + 1;
804
803
            board->oracle[2 - board->turn] = YES;