X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fthread.h;h=9e9cd488c3c2fa71d9c987bde2043059e4d453cc;hb=5372f81cc81d5be3040db6f2dbfff108c460baf9;hp=8027855a6144091892fc2711829888c193df7e91;hpb=c079acc26f93acc2eda08c7218c60559854f52f0;p=stockfish diff --git a/src/thread.h b/src/thread.h index 8027855a..9e9cd488 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; + Depth rootDepth, completedDepth, depth, previousDepth; Value rootDelta; CounterMoveHistory counterMoves; ButterflyHistory mainHistory;