mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 17:16:33 +08:00
Correctly implementg selDepth feature
Send to GUI the deepest search depth apart from qsearch of the PV line. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -68,6 +68,7 @@ enum ThreadState
|
||||
};
|
||||
|
||||
struct Thread {
|
||||
int maxPly;
|
||||
Lock sleepLock;
|
||||
WaitCondition sleepCond;
|
||||
volatile ThreadState state;
|
||||
|
||||
Reference in New Issue
Block a user