Skip to content

Commit

Permalink
Update mills.cpp
Browse files Browse the repository at this point in the history
chang 7 to 12
  • Loading branch information
calcitem authored Apr 9, 2024
1 parent 02f8d71 commit 982266c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mills.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ Depth get_search_depth(const Position *pos)
constexpr Depth placingDepthTable9[25] = {
+1, 1, +1, 1, /* 0 ~ 3 */
+3, 3, +3, 15, /* 4 ~ 7 */
+6, 3, +7, 0, /* 8 ~ 11 */
+6, 3, +12, 0, /* 8 ~ 11 */
+0, 0, +0, 0, /* 12 ~ 15 */
+0, 0, +0, 0, /* 16 ~ 19 */
+0, 0, +0, 0, /* 20 ~ 23 */
Expand Down

0 comments on commit 982266c

Please sign in to comment.