]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Don't save excluded move eval in TT
[stockfish] / src / search.h
index 6f9fbd0527702516daf0c39ee30224b57a87d295..801baacc7f1cccfb8ed0852cab3d250ea6ca4e83 100644 (file)
@@ -49,10 +49,10 @@ struct Stack {
   Value staticEval;
   int statScore;
   int moveCount;
-  int distanceFromPv;
   bool inCheck;
   bool ttPv;
   bool ttHit;
+  int doubleExtensions;
 };