diff options
Diffstat (limited to 'src/ctaklm.c')
| -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 e7d9960..fdeccc8 100644 --- a/src/ctaklm.c +++ b/src/ctaklm.c @@ -370,7 +370,7 @@ main(int argc, char **argv) { fputs("]\033[26D",stdout); fflush(stdout); // Run the minimax - float minimax = ct1986_minimax(0, 3, 0, -10, 10); + float minimax = ct1986_generate(2); if (minimax < 0 || minimax > 1) { puts("] Opponent concedes!"); } else { |
