X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsearch.h;h=b2c876455c7c0c4afcbacdd9d75a43b8bd1c5911;hb=97212bafc90f2c356488489db81cfdca3707039d;hp=677ad055451299c509f428c205226dfc3a921820;hpb=d74025a34e7589fcc0ba93b878cd6484108f9088;p=stockfish 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; ////