X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=8027855a6144091892fc2711829888c193df7e91;hb=19a90b45bceb69aa62b5c85366343a7d1cfc695f;hp=594a8ea29c5aa9e62cb7c41460d0b7e2eef71506;hpb=9f6bcb38c032a18c8b1aec318d5c7255827f9c7b;p=stockfish diff --git a/src/thread.h b/src/thread.h index 594a8ea2..8027855a 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, depth; Value rootDelta; CounterMoveHistory counterMoves; ButterflyHistory mainHistory;