Synchronize sp_search_pv() with search_pv()

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Joona Kiiski
2010-02-24 17:52:37 +02:00
committed by Marco Costalba
parent 62f6d39204
commit 1a03f0b0d3
2 changed files with 17 additions and 9 deletions

View File

@@ -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];