From fa81af89f613987cfe52adb0e41b89379fc9cc0f Mon Sep 17 00:00:00 2001 From: tslil clingman Date: Mon, 18 Jan 2021 19:45:06 -0500 Subject: Finally fixed move generation --- src/ctaklm.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/ctaklm.c b/src/ctaklm.c index d4db469..080da01 100644 --- a/src/ctaklm.c +++ b/src/ctaklm.c @@ -360,7 +360,6 @@ info, load, log, new, play (b|w), self-play, square , ."); } else if (!strcmp(line,"new")) { new_game(5); } else if (!strcmp(line,"self-play")) { - new_game(5); while (ct1986_turn(search_depth) == 0); } else if (!strncmp(line,"depth",5)) { if (strnlen(line,7) == 7 && line[6] >= '0' && line[6] <= '9') { -- cgit v1.3.1