Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
MJZ1977 committed May 13, 2019
1 parent 4754b1a commit a247295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/evaluate.cpp
Expand Up @@ -265,7 +265,7 @@ namespace {

// Initiate blockedPawns BB
blockedPawns[Us] = pos.pieces(Us, PAWN) & shift<Down>((pos.pieces()
| (attackedBy[Them][PAWN] & ~pe->pawn_attacks_span(Us))
| (pe->pawn_attacks(Them) & ~pe->pawn_attacks_span(Us))
| (pawn_double_attacks_bb<Them>(pos.pieces(Them, PAWN)) & ~attackedBy[Us][PAWN])));
}

Expand Down

0 comments on commit a247295

Please sign in to comment.