aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-18 19:45:06 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitfa81af89f613987cfe52adb0e41b89379fc9cc0f (patch)
tree3c2f22b7a97dbc12f7746c6ebf9c85ff8f0cad4f /src
parent9c56a2c16bce2a7011994bb9f4a62c3ad2fef2df (diff)
Finally fixed move generation
Diffstat (limited to 'src')
-rw-r--r--src/ctaklm.c1
1 files changed, 0 insertions, 1 deletions
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 <col><row>, <PTN>.");
} 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') {