]> git.sesse.net Git - stockfish/blobdiff - src/search.h
TrappedRook value and King positional tables
[stockfish] / src / search.h
index 92e124fc47453d60e415403c9a2addf81005605e..c77ca3ad8991dfea8568f2e70d054fe4c9b8ac96 100644 (file)
@@ -69,7 +69,8 @@ struct RootMove {
   Value score = -VALUE_INFINITE;
   Value previousScore = -VALUE_INFINITE;
   int selDepth = 0;
-  int tbRank;
+  int tbRank = 0;
+  int bestMoveCount = 0;
   Value tbScore;
   std::vector<Move> pv;
 };