diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-18 19:45:06 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | fa81af89f613987cfe52adb0e41b89379fc9cc0f (patch) | |
| tree | 3c2f22b7a97dbc12f7746c6ebf9c85ff8f0cad4f /src/ctaklm.c | |
| parent | 9c56a2c16bce2a7011994bb9f4a62c3ad2fef2df (diff) | |
Finally fixed move generation
Diffstat (limited to 'src/ctaklm.c')
| -rw-r--r-- | src/ctaklm.c | 1 |
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') { |
