X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=74d6e7617983e5e244690eec8157d4b09996d17d;hp=341bb9afe1120d7ebd369f15e12fcaec1616a3d4;hb=6e36860554c735775b93f7622806cea90f078480;hpb=a0486ecb40513db8141fa27c026f64771b8ebb55 diff --git a/src/thread.h b/src/thread.h index 341bb9af..74d6e761 100644 --- a/src/thread.h +++ b/src/thread.h @@ -71,7 +71,7 @@ public: CounterMoveHistory counterMoves; ButterflyHistory mainHistory; CapturePieceToHistory captureHistory; - ContinuationHistory contHistory; + ContinuationHistory continuationHistory; Score contempt; }; @@ -85,7 +85,6 @@ struct MainThread : public Thread { void search() override; void check_time(); - bool failedLow; double bestMoveChanges, previousTimeReduction; Value previousScore; int callsCnt;