Ticket #199: gunnar_9_1.20.diff
| File gunnar_9_1.20.diff, 463 bytes (added by gunnar, 22 months ago) |
|---|
-
engine/owl.c
diff --git a/engine/owl.c b/engine/owl.c index 5a20fdd..fdab924 100644
a b do_owl_analyze_semeai(int apos, int bpos, 1056 1056 } 1057 1057 else { 1058 1058 /* common liberty */ 1059 if (safe_move(pos, color) == WIN) { 1059 if (safe_move(pos, color) == WIN 1060 || (!we_might_be_inessential 1061 && accuratelib(pos, color, 3, NULL) >= 3)) { 1060 1062 safe_common_liberty_found = 1; 1061 1063 common_liberty.pos = pos; 1062 1064 }
