X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=5a9bfb61227c827eb991270643ab33dc8fd9845a;hp=60d10b0b70368c5e05250e3fe7f63593048ee2e6;hb=098ac5e44e88e95ad4ff945824315eca85e67f01;hpb=d3260ce70f6a17f9d43d199f0e07488888188f8b 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")