aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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') {