mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 16:46:30 +08:00
Synchronize sp_search_pv() with search_pv()
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
committed by
Marco Costalba
parent
62f6d39204
commit
1a03f0b0d3
@@ -53,7 +53,7 @@ struct SplitPoint {
|
||||
const Position* pos;
|
||||
bool pvNode;
|
||||
Depth depth;
|
||||
Value beta, futilityValue;
|
||||
Value beta;
|
||||
int ply, master, slaves[MAX_THREADS];
|
||||
SearchStack sstack[MAX_THREADS][PLY_MAX_PLUS_2];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user