X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=3e9d92446fb5b1c7960fa9b0587b9bb612ad8526;hb=486c8175c4f48381b137e3d914d38d9bb8c39ba2;hp=093b9512f82626ff231a7945489e0137b3b5eab9;hpb=e0d2fdc8434e4e44ca2a8ff3cb73d4cfd66a58d7;p=stockfish diff --git a/src/thread.h b/src/thread.h index 093b9512..3e9d9244 100644 --- a/src/thread.h +++ b/src/thread.h @@ -82,8 +82,8 @@ struct MainThread : public Thread { void search() override; void check_time(); - bool easyMovePlayed, failedLow; - double bestMoveChanges; + bool failedLow; + double bestMoveChanges, previousTimeReduction; Value previousScore; int callsCnt; };