]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Rewrite time formula
[stockfish] / src / thread.h
index 54f4ba064d0069fe30a35d7a8210a2b3089d5a3f..43ddfbb710b80643484c48302f32bc931f221b98 100644 (file)
@@ -80,7 +80,7 @@ struct MainThread : public Thread {
 
   bool easyMovePlayed, failedLow;
   double bestMoveChanges;
-  Value previousMoveScore;
+  Value previousScore;
 };