X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fuci.cpp;h=5a9bfb61227c827eb991270643ab33dc8fd9845a;hb=4d438fae9ec07f8cb7ba3efe33ca7309afce346f;hp=60d10b0b70368c5e05250e3fe7f63593048ee2e6;hpb=b6ab610e2f3d9148e2a75984800cebc0757b7f01;p=stockfish diff --git a/src/uci.cpp b/src/uci.cpp index 60d10b0b..5a9bfb61 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -126,7 +126,6 @@ namespace { else if (token == "ucinewgame") { push_button("New Game"); - Position::init_piece_square_tables(); RootPosition.from_fen(StartPositionFEN); } else if (token == "isready")