]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Small cleanups
[stockfish] / src / thread.h
index 41d2b8f6d271769df032888d7c633bb7c20a6581..79be197bf27ba794fa163299322421cf50946769 100644 (file)
@@ -88,7 +88,7 @@ struct MainThread : public Thread {
   void check_time();
 
   double previousTimeReduction;
-  Value previousScore;
+  Value bestPreviousScore;
   Value iterValue[4];
   int callsCnt;
   bool stopOnPonderhit;