]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Use NNUE in low piece endgames close to the root.
[stockfish] / src / thread.h
index 594a8ea29c5aa9e62cb7c41460d0b7e2eef71506..8027855a6144091892fc2711829888c193df7e91 100644 (file)
@@ -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;