Ticket #199: gunnar_7_12.8.diff
| File gunnar_7_12.8.diff, 494 bytes (added by gunnar, 8 months ago) |
|---|
-
engine/owl.c
5928 5928 already_checked[lunch] = 1; 5929 5929 5930 5930 attack_and_defend(lunch, &acode, &apos, &dcode, &dpos); 5931 if (acode != 0) { 5931 if (acode != 0 5932 && (!liberty_of_goal(apos, owl) || safe_move(apos, color))) { 5932 5933 owl->lunch[lunches] = lunch; 5933 5934 owl->lunch_attack_code[lunches] = acode; 5934 5935 owl->lunch_attack_point[lunches] = apos;
