X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.cpp;h=c581c8e72e90fa7ef4ac64408b1fa56405b1d21b;hp=a9fc92b25b937b51ca429764a3d30660049db143;hb=8df1cd10df0869f05916d1eb19e33b66127fcb86;hpb=79c97625a42c131708af953839900aff31102454 diff --git a/src/pawns.cpp b/src/pawns.cpp index a9fc92b2..c581c8e7 100644 --- a/src/pawns.cpp +++ b/src/pawns.cpp @@ -115,7 +115,7 @@ namespace { // not attacked more times than defended. if ( !(stoppers ^ lever ^ leverPush) && popcount(support) >= popcount(lever) - 1 - && popcount(phalanx) >= popcount(leverPush)) + && popcount(phalanx) >= popcount(leverPush)) e->passedPawns[Us] |= s; else if ( stoppers == SquareBB[s + Up]