]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.h
Remove the now redundant TT prefetch call from Position::do_move.
[stockfish] / src / evaluate.h
index eb323b4c6d8907c5f34a5da3b6bcd37ba84036e8..fff24769280d156f0695a95e783fca8a089b98c0 100644 (file)
@@ -26,7 +26,7 @@ class Position;
 
 namespace Eval {
 
-const int Tempo = 17; // Must be visible to search
+const Value Tempo = Value(17); // Must be visible to search
 
 extern void init();
 extern Value evaluate(const Position& pos);