mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00:00
Revert "Make rootDepth local to search. (#2077)"
This reverts commit 44c320a572.
Fix a compile error.
Bench: 3824325
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ public:
|
||||
|
||||
Position rootPos;
|
||||
Search::RootMoves rootMoves;
|
||||
Depth completedDepth;
|
||||
Depth rootDepth, completedDepth;
|
||||
CounterMoveHistory counterMoves;
|
||||
ButterflyHistory mainHistory;
|
||||
CapturePieceToHistory captureHistory;
|
||||
|
||||
Reference in New Issue
Block a user