X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=6862a5e84dc6cac3ef7f2efaefc8681929128f56;hp=bd1432f71d8fd906247f526051aaa1975406839e;hb=8be2c483a1d71865cda6f737d72fa11b64f73dd5;hpb=6c64f68ccf18a4ee1d4429abbef5fb4c0e216504 diff --git a/src/uci.cpp b/src/uci.cpp index bd1432f7..6862a5e8 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -319,8 +319,7 @@ namespace { if (moveTime) infinite = true; // HACK - think(RootPosition, infinite, ponder, time[RootPosition.side_to_move()], - inc[RootPosition.side_to_move()], movesToGo, depth, nodes, moveTime, - searchMoves); + think(RootPosition, infinite, ponder, RootPosition.side_to_move(), time, + inc, movesToGo, depth, nodes, moveTime, searchMoves); } }