]> git.sesse.net Git - stockfish/blobdiff - src/value.h
Use pointers instead of array indices in MovePicker
[stockfish] / src / value.h
index 6e030db48c0debef8037b2c6f46675c505da29d9..51517462b41d2690d60ada2a35cd961631e1b9a0 100644 (file)
@@ -95,8 +95,8 @@ const Value PieceValueEndgame[17] = {
 
 /// Bonus for having the side to move (modified by Joona Kiiski)
 
-const Value TempoValueMidgame = Value(46);
-const Value TempoValueEndgame = Value(28);
+const Value TempoValueMidgame = Value(48);
+const Value TempoValueEndgame = Value(22);
 
 
 ////