X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fuci.cpp;h=c5dbafae32aba842ed13c2f8ee502c437ca98ca1;hb=ecc5ff6693f116f4a8ae5f5080252f29b279c0a1;hp=4e56542ab0fc7b14b60bfec328aeadadda54ce87;hpb=7ea5659c5fe0325f1b6ee5fec06ecd0f066e81c3;p=stockfish diff --git a/src/uci.cpp b/src/uci.cpp index 4e56542a..c5dbafae 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -112,6 +112,8 @@ namespace { Search::LimitsType limits; string token; + limits.startTime = now(); // As early as possible! + while (is >> token) if (token == "searchmoves") while (is >> token)