X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fpawns.cpp;h=6623ab71b80b9db18c59a9cbdfba11c62a3c89cd;hp=3e926005b37d2b844f1be9677a39f4518d58a21d;hb=d4cb80b2106efb58db87495090a3898d902075d6;hpb=06e0134cbc9bcf16d01738c491ec53869a5205b6;ds=sidebyside diff --git a/src/pawns.cpp b/src/pawns.cpp index 3e926005..6623ab71 100644 --- a/src/pawns.cpp +++ b/src/pawns.cpp @@ -179,7 +179,7 @@ namespace Pawns { void init() { - static constexpr int Seed[RANK_NB] = { 0, 13, 24, 18, 76, 100, 175, 330 }; + static constexpr int Seed[RANK_NB] = { 0, 13, 24, 18, 65, 100, 175, 330 }; for (int opposed = 0; opposed <= 1; ++opposed) for (int phalanx = 0; phalanx <= 1; ++phalanx)