aboutsummaryrefslogtreecommitdiff
path: root/src/ct1986.c
diff options
context:
space:
mode:
authortslil clingman <tslil@posteo.de>2021-01-20 15:38:03 -0500
committertslil <tslil@posteo.de>2026-08-28 19:37:41 +0100
commitb15185054c042153d0cf1b71ceb5c48dd4d18a13 (patch)
treefef6a3a93ba47a38f55806daaa23f380ad21af96 /src/ct1986.c
parent47519b4428c6faecd6e51b2809095f53bd3a0b81 (diff)
Can't stop half-way through turn
Diffstat (limited to 'src/ct1986.c')
-rw-r--r--src/ct1986.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ct1986.c b/src/ct1986.c
index b265b57..2e57ea6 100644
--- a/src/ct1986.c
+++ b/src/ct1986.c
@@ -167,7 +167,7 @@ main(int argc, char **argv) {
if (lcd == NULL) return EXIT_FAILURE;
human = 0;
- search_depth = 3;
+ search_depth = 1;
new_game(5);
char *line = NULL;