Ticket #163: fix.diff
| File fix.diff, 420 bytes (added by draqo, 19 months ago) |
|---|
-
engine/owl.c
diff -N -r -u -X .ignore gnugo-copy/engine/owl.c gnugo/engine/owl.c
old new 906 906 shape_offensive_moves, 1, owlb)) 907 907 break; 908 908 } 909 else 910 shape_offensive_moves[0].pos = 0; 909 911 910 912 /* Filter out moves, which fills our eye (and not split it). */ 911 913 if (eyemax_a == 1) {
