diff options
| author | tslil <tslil@posteo.de> | 2021-05-07 22:19:31 -0400 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2026-08-28 19:37:41 +0100 |
| commit | 1d1b28c294143f7a918db7a646b5564674616e44 (patch) | |
| tree | c9a4fa49fd0b39bc6752f455d785363f6aadf345 /include/negamax.c | |
| parent | 29536c86457d83967c23a900574182b3898f04dd (diff) | |
quick hachstats
Diffstat (limited to 'include/negamax.c')
| -rw-r--r-- | include/negamax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/negamax.c b/include/negamax.c index a970b83..e83d43b 100644 --- a/include/negamax.c +++ b/include/negamax.c @@ -40,7 +40,7 @@ static float negamax(const uint8_t cur_depth, const uint8_t init_depth, void negamax_init(const uint8_t new_board_size) { board_size = new_board_size; - action_list_init(); + action_list_init(new_board_size); zobrist_init(); tt_init(); } |
