]> git.sesse.net Git - stockfish/blobdiff - src/search.h
PV refutation penalty
[stockfish] / src / search.h
index 4e1d3c351ea51db7e887faff24d4c337e06c1919..5ba95fe098a5fef94ae7b7418da376fd82d0f619 100644 (file)
@@ -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