X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=114769d2fa19a355ec0de44c7f75801534b59316;hp=fb11344c26e5111c37d65398e903840ce21a24c6;hb=434b2c72a44ba255c14957f519e3993ea3d5d6bc;hpb=44c320a572188b5875291103edb344c584b91d19 diff --git a/src/thread.h b/src/thread.h index fb11344c..114769d2 100644 --- a/src/thread.h +++ b/src/thread.h @@ -59,7 +59,6 @@ public: Pawns::Table pawnsTable; Material::Table materialTable; - Endgames endgames; size_t pvIdx, pvLast; int selDepth, nmpMinPly; Color nmpColor; @@ -67,7 +66,7 @@ public: Position rootPos; Search::RootMoves rootMoves; - Depth completedDepth; + Depth rootDepth, completedDepth; CounterMoveHistory counterMoves; ButterflyHistory mainHistory; CapturePieceToHistory captureHistory;