]> git.sesse.net Git - stockfish/blobdiff - src/pawns.cpp
Fine tune previous patch
[stockfish] / src / pawns.cpp
index 5c7a55be74cccabb5951bf0d764db20f77060f67..5a0e5d21e92ec864f9581d986e0f0051d5a92085 100644 (file)
@@ -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
     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] =
 
   // Weakness of our pawn shelter in front of the king indexed by [rank]
   const Value ShelterWeakness[RANK_NB] =