]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Adjust penalty on refuted early quiet moves
[stockfish] / src / search.h
index 790851895921c9f38d6e6c0f116a94a87f7f1f79..f60da4a514d1814192bc7b67d02679971f4e94f3 100644 (file)
@@ -49,6 +49,7 @@ struct Stack {
   int moveCount;
   bool inCheck;
   bool ttPv;
+  bool ttHit;
 };