diff --git a/src/evaluate.cpp b/src/evaluate.cpp index b7a596ef..38f2d604 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -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);