X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.cpp;h=5a0e5d21e92ec864f9581d986e0f0051d5a92085;hp=5c7a55be74cccabb5951bf0d764db20f77060f67;hb=8ca80cb0f1bb50f982f89efd147c45f9b91358a5;hpb=14aebe2b7ce1fa3ba7570168115ac3b0077ea97a;ds=sidebyside diff --git a/src/pawns.cpp b/src/pawns.cpp index 5c7a55be..5a0e5d21 100644 --- a/src/pawns.cpp +++ b/src/pawns.cpp @@ -58,7 +58,7 @@ namespace { S(34,68), S(83,166), S(0, 0), S( 0, 0) }; // Bonus for file distance of the two outermost pawns - const Score PawnsFileSpan = S(0, 10); + const Score PawnsFileSpan = S(0, 15); // Weakness of our pawn shelter in front of the king indexed by [rank] const Value ShelterWeakness[RANK_NB] =