Revert "Make rootDepth local to search. (#2077)"

This reverts commit 44c320a572.

Fix a compile error.

Bench: 3824325
This commit is contained in:
Marco Costalba
2019-05-15 10:50:27 +02:00
parent 4a7b8180ec
commit 02708a4a11
3 changed files with 3 additions and 3 deletions

View File

@@ -66,7 +66,7 @@ public:
Position rootPos;
Search::RootMoves rootMoves;
Depth completedDepth;
Depth rootDepth, completedDepth;
CounterMoveHistory counterMoves;
ButterflyHistory mainHistory;
CapturePieceToHistory captureHistory;