X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=79be197bf27ba794fa163299322421cf50946769;hp=41d2b8f6d271769df032888d7c633bb7c20a6581;hb=b36a1fa1b4ffded06aba53e1003b40827c39803c;hpb=b8c00efa2767ebf74545d2ba4bd344ef7c963319 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;