]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Temporary revert previous patch
[stockfish] / src / search.h
index 5c2dfc8ac422b47777dca33164ea6ad6e7887d41..6f2bcdb3ddb0431e3c9d2debd86f89f09824942e 100644 (file)
@@ -46,6 +46,7 @@ struct Stack {
   Depth reduction;
   Value staticEval;
   bool skipNullMove;
+  bool nullChild;
 };