X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=a4a73fbf3eea557e05d1e4da9c86288a325c29fc;hp=c011171a44c1b8e7a26e83d6c92fd25ba662737f;hb=f44aea7508d3516c474bce6d95a03b7760391cef;hpb=fa80479b1db2ba1d99dfc983f017759ecf160aab diff --git a/src/uci.cpp b/src/uci.cpp index c011171a..a4a73fbf 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -119,10 +119,7 @@ namespace { cout << "uciok" << endl; } else if (token == "ucinewgame") - { - Options["New Game"].set_value("true"); pos.from_fen(StartPositionFEN); - } else if (token == "isready") cout << "readyok" << endl; else if (token == "position")