]> git.sesse.net Git - stockfish/blobdiff - src/thread.h
Simplify k-value for passers. Bench: 3854907 (#2182)
[stockfish] / src / thread.h
index 0866d55daa50110359dc74066719f0f4ce513d93..114769d2fa19a355ec0de44c7f75801534b59316 100644 (file)
@@ -66,7 +66,7 @@ public:
 
   Position rootPos;
   Search::RootMoves rootMoves;
-  Depth completedDepth;
+  Depth rootDepth, completedDepth;
   CounterMoveHistory counterMoves;
   ButterflyHistory mainHistory;
   CapturePieceToHistory captureHistory;