mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-22 18:17:02 +08:00
Introduce bestMove to store PV move
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -55,6 +55,7 @@ struct SearchStack {
|
||||
Move mateKiller;
|
||||
Move threatMove;
|
||||
Move excludedMove;
|
||||
Move bestMove;
|
||||
Move killers[KILLER_MAX];
|
||||
Depth reduction;
|
||||
Value eval;
|
||||
|
||||
Reference in New Issue
Block a user