mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 07:27:46 +00: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