X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=72d43c310dc6b44fbbe917db53bb044fef6d66bc;hp=790851895921c9f38d6e6c0f116a94a87f7f1f79;hb=66da1e802c22b1952c2a07af65c6224d0e01b3df;hpb=c02b3a4c7a339d212d5c6f75b3b89c926d33a800 diff --git a/src/search.h b/src/search.h index 79085189..72d43c31 100644 --- a/src/search.h +++ b/src/search.h @@ -49,6 +49,7 @@ struct Stack { int moveCount; bool inCheck; bool ttPv; + bool ttHit; }; @@ -70,7 +71,6 @@ struct RootMove { Value previousScore = -VALUE_INFINITE; int selDepth = 0; int tbRank = 0; - int bestMoveCount = 0; Value tbScore; std::vector pv; };