]> git.sesse.net Git - stockfish/blobdiff - src/value.h
Use pointers instead of array indices in MovePicker
[stockfish] / src / value.h
index cec4a439320b28588ff8d4bd523f9fdf2e22da42..51517462b41d2690d60ada2a35cd961631e1b9a0 100644 (file)
@@ -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);
 
 
 ////