X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.cpp;h=523ed15725001933556a20b195573ddcd5143e4e;hp=2fc8e73666fb78e94d46b75f0dca635f80e6b280;hb=7de40076ac5b5090f8c74a8bafeae06d6ec20ec3;hpb=480682b67097160bfc25e52ab02facffeec104f0 diff --git a/src/pawns.cpp b/src/pawns.cpp index 2fc8e736..523ed157 100644 --- a/src/pawns.cpp +++ b/src/pawns.cpp @@ -58,7 +58,7 @@ namespace { S(20,20), S(40,40), S(0, 0), S(0, 0) }; // Bonus for file distance of the two outermost pawns - const Score PawnsFileSpan = S(0, 15); + const Score PawnsFileSpan = S(0, 8); // Unsupported pawn penalty const Score UnsupportedPawnPenalty = S(20, 10);