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

Diff of /gnugo/engine/value_moves.c

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

revision 1.123 by bump, Fri Apr 23 03:06:36 2004 UTC revision 1.124 by arend, Fri Apr 23 04:02:20 2004 UTC
# Line 534  find_large_scale_owl_attack_moves(int co Line 534  find_large_scale_owl_attack_moves(int co
534                                        
535                    if ((acode >= DRAGON2(target).owl_attack_code) &&                    if ((acode >= DRAGON2(target).owl_attack_code) &&
536                        (acode == WIN)) {                        (acode == WIN)) {
537                      if (acode == GAIN)                      add_owl_attack_move(pos, target, kworm, acode);
                       add_gain_move(pos, target, kworm);  
                     else  
                       add_owl_attack_move(pos, target, kworm, acode);  
538                      if (debug & DEBUG_LARGE_SCALE)                      if (debug & DEBUG_LARGE_SCALE)
539                        gprintf("Move at %1m owl-attacks %1m on a large scale(%r).\n",                        gprintf("Move at %1m owl-attacks %1m on a large scale(%r).\n",
540                                pos, target, acode);                                pos, target, acode);

Legend:
Removed from v.1.123  
changed lines
  Added in v.1.124

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