]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Add / remove leaves from search tree ttPv
[stockfish] / src / search.h
index 2554f3fbd8a122bfefb7e5abbd833fe71eba955d..790851895921c9f38d6e6c0f116a94a87f7f1f79 100644 (file)
@@ -48,6 +48,7 @@ struct Stack {
   int statScore;
   int moveCount;
   bool inCheck;
+  bool ttPv;
 };