X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=4c3faf05c02c07999017594728c1249213dd4b2d;hp=a10920a9714ab381a4a2d4b94fbdf51140b627b8;hb=0439a79566d03065317b2025b9b479b9ae9f2d65;hpb=37fa8adc2b4aeba95c10531b9bb834b0fcb47c42 diff --git a/src/uci.cpp b/src/uci.cpp index a10920a9..4c3faf05 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -113,7 +113,7 @@ void uci_loop(const string& args) { pos.print(); else if (token == "flip") - pos.flip_me(); + pos.flip(); else if (token == "eval") cout << Eval::trace(pos) << endl;