Save mateThreat flag in splitPoint and make use of it

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Joona Kiiski
2010-03-04 09:10:06 +02:00
committed by Marco Costalba
parent aeb664e0ea
commit 55f0d6377f
2 changed files with 8 additions and 8 deletions

View File

@@ -53,6 +53,7 @@ struct SplitPoint {
const Position* pos;
bool pvNode;
Depth depth;
bool mateThreat;
Value beta;
int ply, master, slaves[MAX_THREADS];
SearchStack sstack[MAX_THREADS][PLY_MAX_PLUS_2];