X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fevaluate.cpp;h=38f2d604ce9f05ad588631531b6119be1b2b91bc;hb=9cae6e66ce00850086d1bfe1e24e34442c12b206;hp=b7a596efba1bfc1f9af5e50971bfae7abd4dcda6;hpb=46d5fff01fbeafdf822e440231845363ba979f09;p=stockfish 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);