X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=34a26586a6a8295f0617b22d4945bfc16dc6af65;hp=248601b5de3b5db960a664f589b7ccdb0c47ecc4;hb=09d01ee9dc16f20962d5f5ffcb61ade56d4fa579;hpb=c9d7e99de682516c560009b550c41da9ae2008b8 diff --git a/src/uci.cpp b/src/uci.cpp index 248601b5..34a26586 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -203,10 +203,10 @@ namespace { bool go(Position& pos, UCIParser& up) { string token; - int time[] = { 0, 0 }, inc[] = { 0, 0 }; - SearchLimits limits(0, 0, 0, 0, 0, 0, false, false); + SearchLimits limits; Move searchMoves[MAX_MOVES] = { MOVE_NONE }; Move* cur = searchMoves; + int time[] = { 0, 0 }, inc[] = { 0, 0 }; while (up >> token) {