Revert "Simplify Evaluation"

This reverts commit 496c7497cb
This commit is contained in:
Marco Costalba
2013-02-02 06:43:11 +01:00
parent 58c9fbacc7
commit 0901e12102
2 changed files with 15 additions and 1 deletions

View File

@@ -1343,6 +1343,7 @@ split_point_start: // At split points actual search starts from here
Bitboard b = (enemies ^ ksq) & newAtt & ~oldAtt;
while (b)
{
// Note that here we generate illegal "double move"!
if (futilityBase + PieceValue[EG][pos.piece_on(pop_lsb(&b))] >= beta)
return true;
}