]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Reduce use of lazyEval
[stockfish] / src / thread.h
index fae866c4f30d21657f1ae396f5277a0b83cf50ee..387937390c18b1381fccc2e18755b69f3f73c2c9 100644 (file)
@@ -64,6 +64,7 @@ public:
   uint64_t nodesLastExplosive;
   uint64_t nodesLastNormal;
   std::atomic<uint64_t> nodes, tbHits, bestMoveChanges;
+  Value bestValue;
   int selDepth, nmpMinPly;
   Color nmpColor;
   ExplosionState state;