X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fvalue.h;h=51517462b41d2690d60ada2a35cd961631e1b9a0;hb=77ac1e795340275a38cfbfdfddada0077cdbb672;hp=cec4a439320b28588ff8d4bd523f9fdf2e22da42;hpb=03f524c591c90120302e127cd0c1adba4c498806;p=stockfish diff --git a/src/value.h b/src/value.h index cec4a439..51517462 100644 --- a/src/value.h +++ b/src/value.h @@ -96,7 +96,7 @@ const Value PieceValueEndgame[17] = { /// Bonus for having the side to move (modified by Joona Kiiski) const Value TempoValueMidgame = Value(48); -const Value TempoValueEndgame = Value(21); +const Value TempoValueEndgame = Value(22); ////