X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fsearch.h;h=72d43c310dc6b44fbbe917db53bb044fef6d66bc;hb=1f3b5b8b54fbf9d3b74bcba831466eeb1104b421;hp=2554f3fbd8a122bfefb7e5abbd833fe71eba955d;hpb=84f3e867903f62480c33243dd0ecbffd342796fc;p=stockfish diff --git a/src/search.h b/src/search.h index 2554f3fb..72d43c31 100644 --- a/src/search.h +++ b/src/search.h @@ -48,6 +48,8 @@ struct Stack { int statScore; int moveCount; bool inCheck; + bool ttPv; + bool ttHit; }; @@ -69,7 +71,6 @@ struct RootMove { Value previousScore = -VALUE_INFINITE; int selDepth = 0; int tbRank = 0; - int bestMoveCount = 0; Value tbScore; std::vector pv; };