X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=86fe629a84f69708fd6057c9897790fbdc816063;hp=dbf735af15a018b487a9b0df4574e60534fa89ae;hb=08abe8b4a33ab409f5b61ebcb9216ddf8a605e95;hpb=7902d6089eddba7f2e3be922bf069fdb19242516 diff --git a/src/uci.cpp b/src/uci.cpp index dbf735af..86fe629a 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -91,7 +91,7 @@ void uci_loop() { pos.print(); else if (token == "flip") - pos.flip(); + pos.flip_me(); else if (token == "eval") {