X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=79be197bf27ba794fa163299322421cf50946769;hp=41d2b8f6d271769df032888d7c633bb7c20a6581;hb=f83cb95740de019db6ff5567d6f84f218b18cd9e;hpb=195a4fec6d6bd1f9e43f5b3e83a3dcf57dc73744 diff --git a/src/thread.h b/src/thread.h index 41d2b8f6..79be197b 100644 --- a/src/thread.h +++ b/src/thread.h @@ -88,7 +88,7 @@ struct MainThread : public Thread { void check_time(); double previousTimeReduction; - Value previousScore; + Value bestPreviousScore; Value iterValue[4]; int callsCnt; bool stopOnPonderhit;