X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fuci.cpp;h=a4a73fbf3eea557e05d1e4da9c86288a325c29fc;hb=6ed409eceeb8caa81604c107b5ce0713b88bbae2;hp=c011171a44c1b8e7a26e83d6c92fd25ba662737f;hpb=b06f0460a207c287528d5b74ee0e644a3485b84c;p=stockfish 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")