]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Pass evalMargin through SearchStack as eval
[stockfish] / src / search.h
index 5c635478f2fa7d1bdb4010381a06b109fa395694..4bb8b0ad1d3ae67bd4466a270c9c4004535f1932 100644 (file)
@@ -57,6 +57,7 @@ struct SearchStack {
   Move killers[2];
   Depth reduction;
   Value eval;
+  Value evalMargin;
   bool skipNullMove;
   SplitPoint* sp;
 };