mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 10:06:26 +08:00
Revert "Make rootDepth local to search. (#2077)"
This reverts commit 44c320a572.
Fix a compile error.
Bench: 3824325
This commit is contained in:
@@ -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