]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Introduce 'follow up' moves
[stockfish] / src / search.h
index ab1076cd61891559d84d198940880e6cbf988f61..25e71a845c36c201b54fbd405e7fc2587d76a656 100644 (file)
@@ -41,6 +41,7 @@ struct Stack {
   SplitPoint* splitPoint;
   int ply;
   Move currentMove;
+  Move ttMove;
   Move excludedMove;
   Move killers[2];
   Depth reduction;