X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fevaluate.cpp;h=bea0e306388ffed3864091372247f003b55af9b9;hp=804e1dd780dc58c033aaf87f7fec503b71d5b4ba;hb=08753771fc800ce85b8f3218219e5db8c7ef7817;hpb=69ac45d903a809bb80cabf87181958e1311c3fcc diff --git a/src/evaluate.cpp b/src/evaluate.cpp index 804e1dd7..bea0e306 100644 --- a/src/evaluate.cpp +++ b/src/evaluate.cpp @@ -855,7 +855,7 @@ namespace Eval { /// of the position always from the point of view of the side to move. Value evaluate(const Position& pos) { - return do_evaluate(pos); + return do_evaluate(pos) + Tempo; }