nmm: 解决莫里斯9子棋摆完后未吃子情况下深度越界导致值异常的问题

This commit is contained in:
Calcitem 2020-07-16 00:20:49 +08:00
parent 4961c0cafe
commit f434485f31
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ Depth AIAlgorithm::changeDepth()
+10, 12, +12, 12, /* 4 ~ 7 */
+12, 13, +13, 13, /* 8 ~ 11 */
+13, 13, +13, 13, /* 12 ~ 15 */
+13, 13, /* 16 ~ 18 */
+13, 13, +13 /* 16 ~ 18 */
};
const Depth movingDepthTable[] = {