/[gnugo]/gnugo/engine/owl.c
ViewVC logotype

Diff of /gnugo/engine/owl.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.148 by bump, Fri Mar 7 00:43:58 2003 UTC revision 1.149 by bump, Wed Mar 12 21:57:37 2003 UTC
# Line 1115  find_semeai_backfilling_move(int worm, i Line 1115  find_semeai_backfilling_move(int worm, i
1115                     EMPTY, NO_MOVE)) {                     EMPTY, NO_MOVE)) {
1116        if (safe_move(liberty, other))        if (safe_move(liberty, other))
1117          result = fill;          result = fill;
1118        else        else if (board[worm] != EMPTY)
1119          result = find_semeai_backfilling_move(worm, liberty);          result = find_semeai_backfilling_move(worm, liberty);
1120        popgo();        popgo();
1121      }      }

Legend:
Removed from v.1.148  
changed lines
  Added in v.1.149

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26