diff options
| author | tslil clingman <tslil@posteo.de> | 2021-01-26 00:32:43 -0500 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 3d8b8a5179a9684d8b7c77c7015b17b95f7dd701 (patch) | |
| tree | 5bed3a4abed4c273c438dd4f7ce8e1783bd2609f /src/ctaklm.c | |
| parent | 9131e08817ae2f3bd58a8a0ba9f1e692ceb8604c (diff) | |
Actually it seems before i was mis-counting
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 a3685db..6c37484 100644 --- a/src/ctaklm.c +++ b/src/ctaklm.c @@ -419,7 +419,6 @@ main(int argc, char **argv) { negamax_search_depth = 4; new_game(5); negamax_init(5); - tt_init(); // Test harness if (argc > 1) { |
