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

Diff of /gnugo/engine/move_reasons.c

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

revision 1.54 by gf, Fri Dec 21 07:42:26 2001 UTC revision 1.55 by gf, Fri Dec 21 07:51:38 2001 UTC
# Line 2485  adjusted_worm_attack_value(int pos, int Line 2485  adjusted_worm_attack_value(int pos, int
2485    for (s = 0; s < num_adj; s++) {    for (s = 0; s < num_adj; s++) {
2486      int adj = adjs[s];      int adj = adjs[s];
2487    
2488      if (dragon[adj].matcher_status == ALIVE      if (dragon[adj].matcher_status != DEAD)
         || dragon[adj].matcher_status == CRITICAL)  
2489        has_live_neighbor = 1;        has_live_neighbor = 1;
2490    
2491      if (dragon[adj].matcher_status == DEAD      if (dragon[adj].matcher_status == DEAD

Legend:
Removed from v.1.54  
changed lines
  Added in v.1.55

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