]> git.sesse.net Git - stockfish/blobdiff - src/evaluate.cpp
Prefer names to numbers in storm code
[stockfish] / src / evaluate.cpp
index b7a596efba1bfc1f9af5e50971bfae7abd4dcda6..38f2d604ce9f05ad588631531b6119be1b2b91bc 100644 (file)
@@ -702,7 +702,7 @@ namespace {
     // If we have a specialized evaluation function for the current material
     // configuration, call it and return.
     if (ei.mi->specialized_eval_exists())
-        return ei.mi->evaluate(pos) + Eval::Tempo;
+        return ei.mi->evaluate(pos);
 
     // Probe the pawn hash table
     ei.pi = Pawns::probe(pos, thisThread->pawnsTable);