]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Tuned nullmove search
[stockfish] / src / thread.h
index 2b1f92b209290529abb627c9dd9319b06d328fd1..a1545072843a2dd9286c53db09d2b48c8bb8275c 100644 (file)
@@ -88,6 +88,7 @@ struct MainThread : public Thread {
 
   double previousTimeReduction;
   Value previousScore;
+  Value iterValue[4];
   int callsCnt;
   bool stopOnPonderhit;
   std::atomic_bool ponder;