X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=c430a8184e6da110a5addac0bbabd57acdcb3618;hb=55eb0445ddbb6ec4a6868eacb986e022865e19a6;hp=594a8ea29c5aa9e62cb7c41460d0b7e2eef71506;hpb=9083050be692b2d9a4f281e78b967755e00cfc39;p=stockfish diff --git a/src/thread.h b/src/thread.h index 594a8ea2..c430a818 100644 --- a/src/thread.h +++ b/src/thread.h @@ -69,7 +69,7 @@ public: Position rootPos; StateInfo rootState; Search::RootMoves rootMoves; - Depth rootDepth, completedDepth; + Depth rootDepth, completedDepth, previousDepth; Value rootDelta; CounterMoveHistory counterMoves; ButterflyHistory mainHistory;