X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=86fe629a84f69708fd6057c9897790fbdc816063;hp=dbf735af15a018b487a9b0df4574e60534fa89ae;hb=c2c185423b13b0227c86009c6006e48e8d258896;hpb=25b4d0c127af9fe564f7a797460bed4c2837bcc2 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") {