X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=114769d2fa19a355ec0de44c7f75801534b59316;hp=0866d55daa50110359dc74066719f0f4ce513d93;hb=434b2c72a44ba255c14957f519e3993ea3d5d6bc;hpb=4a7b8180ecaef7d164fa53a1d545372df1173596 diff --git a/src/thread.h b/src/thread.h index 0866d55d..114769d2 100644 --- a/src/thread.h +++ b/src/thread.h @@ -66,7 +66,7 @@ public: Position rootPos; Search::RootMoves rootMoves; - Depth completedDepth; + Depth rootDepth, completedDepth; CounterMoveHistory counterMoves; ButterflyHistory mainHistory; CapturePieceToHistory captureHistory;