X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=5ba95fe098a5fef94ae7b7418da376fd82d0f619;hp=4e1d3c351ea51db7e887faff24d4c337e06c1919;hb=a2410227cc8df5373d6970bfe63bbd3df5287c8c;hpb=4a6d59c6c7caa8a9055197280ea7bdcd072feeaa diff --git a/src/search.h b/src/search.h index 4e1d3c35..5ba95fe0 100644 --- a/src/search.h +++ b/src/search.h @@ -47,6 +47,7 @@ struct Stack { Depth reduction; Value staticEval; bool skipEarlyPruning; + int moveCount; }; /// RootMove struct is used for moves at the root of the tree. For each root move