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