diff options
| author | tslil <tslil@posteo.de> | 2021-01-15 12:34:44 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 4ec810a2bb0ed393e59e0a03f8c98ec09805e989 (patch) | |
| tree | afc88799190c3e8b035b50efc4b57bb299d5bb4a /src | |
| parent | c1773e2712c5878e5f40e47e4a463a14724f55a8 (diff) | |
There was a bug in the minimax!
Diffstat (limited to 'src')
| -rw-r--r-- | src/ctaklm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ctaklm.c b/src/ctaklm.c index c361f70..7ee86ec 100644 --- a/src/ctaklm.c +++ b/src/ctaklm.c @@ -410,7 +410,7 @@ main(int argc, char **argv) { if (human && line == NULL) { playing = 0; } else { - ct1986_turn(3); + ct1986_turn(1); human = 1; } } |
