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
2455 2455 2456 2456 mark_inessential_stones(OTHER_COLOR(color), safe_stones); 2457 2457 2458 if (move[pos].move_safety == 1 && safe_move(pos, color) == WIN) {2458 if (move[pos].move_safety == 1 && safe_move(pos, color) != 0) { 2459 2459 safe_stones[pos] = INFLUENCE_SAVED_STONE; 2460 2460 strength[pos] = DEFAULT_STRENGTH; 2461 2461 if (0)
