X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=b2c876455c7c0c4afcbacdd9d75a43b8bd1c5911;hp=677ad055451299c509f428c205226dfc3a921820;hb=b01e5fc612b401c83580cc6c1ecd0c62c9592179;hpb=d74025a34e7589fcc0ba93b878cd6484108f9088 diff --git a/src/search.h b/src/search.h index 677ad055..b2c87645 100644 --- a/src/search.h +++ b/src/search.h @@ -35,7 +35,7 @@ //// const int PLY_MAX = 100; -const int PLY_MAX_PLUS_2 = 102; +const int PLY_MAX_PLUS_2 = PLY_MAX + 2; ////