X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=dd4040d732397c8752d5d9096b520afb280f7967;hp=4c3faf05c02c07999017594728c1249213dd4b2d;hb=e1919384a23fe728422f995369161efa192380db;hpb=0439a79566d03065317b2025b9b479b9ae9f2d65 diff --git a/src/uci.cpp b/src/uci.cpp index 4c3faf05..dd4040d7 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -56,7 +56,7 @@ namespace { void uci_loop(const string& args) { - Position pos(StartFEN, false, 0); // The root position + Position pos(StartFEN, false); // The root position string cmd, token; while (token != "quit")