Skip to content

Commit

Permalink
NPM < 9000
Browse files Browse the repository at this point in the history
  • Loading branch information
MJZ1977 committed Mar 14, 2019
1 parent 18f69e7 commit 9380202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate.cpp
Expand Up @@ -593,7 +593,7 @@ namespace {
}

// Approaching endgames, King must move quickly next to important pawns
if (pos.non_pawn_material() < 8000 && pos.pieces(PAWN))
if (pos.non_pawn_material() < 9000 && pos.pieces(PAWN))
{
Bitboard targetBB, safeSqBB, bb;

Expand Down

1 comment on commit 9380202

@Vizvezdenec
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.