nmm: 解决莫里斯9子棋摆完后未吃子情况下深度越界导致值异常的问题
This commit is contained in:
parent
4961c0cafe
commit
f434485f31
|
@ -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[] = {
|
||||
|
|
Loading…
Reference in New Issue