Ticket #96: gunnar_7_9.7.diff

File gunnar_7_9.7.diff, 0.6 KB (added by gunnar, 5 years ago)
  • engine/value_moves.c

    RCS file: /cvsroot/gnugo/gnugo/engine/value_moves.c,v
    retrieving revision 1.166
    diff -u -r1.166 value_moves.c
     
    24552455 
    24562456  mark_inessential_stones(OTHER_COLOR(color), safe_stones); 
    24572457 
    2458   if (move[pos].move_safety == 1 && safe_move(pos, color) == WIN) { 
     2458  if (move[pos].move_safety == 1 && safe_move(pos, color) != 0) { 
    24592459    safe_stones[pos] = INFLUENCE_SAVED_STONE; 
    24602460    strength[pos] = DEFAULT_STRENGTH; 
    24612461    if (0)