From 28e1df6d45fb04cbc5e25bd079098c9682ac8b0c Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Sun, 17 Jan 2021 23:33:13 -0500 Subject: Opps, wrong stone --- include/ct1986.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/ct1986.c b/include/ct1986.c index 9289d2f..97be8e5 100644 --- a/include/ct1986.c +++ b/include/ct1986.c @@ -307,9 +307,9 @@ ct1986_minimax(const uint8_t cur_depth, const uint8_t max_depth, if (black) black_count &= 127; else white_count &= 127; colours[loc] = current_colour; - celldat[loc] = NUM_INC | STONE_STANDING; + celldat[loc] = NUM_INC | STONE_CAPSTONE; WIN_EVALUATE_OR_RECURSE({ - generate_place(loc, STONE_STANDING, ct1986_ptn); + generate_place(loc, STONE_CAPSTONE, ct1986_ptn); }); celldat[loc] = 0; if (black) black_count |= 128; -- cgit v1.2.3