X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fuci.cpp;h=b3af1b607a24138d4a87d0b0f327472d9fe0b81d;hp=4a333f70b7540b2d660070bf6579cfaafaa5cc50;hb=d2c2af9e1c4f5711e320555fe31ae4ed940802c6;hpb=5b1316f7bbb259b87cecc276e4a1ce78b1a0e51b diff --git a/src/uci.cpp b/src/uci.cpp index 4a333f70..b3af1b60 100644 --- a/src/uci.cpp +++ b/src/uci.cpp @@ -123,7 +123,7 @@ namespace { } else if (token == "ucinewgame") { - TT.clear(); + push_button("Clear Hash"); Position::init_piece_square_tables(); RootPosition.from_fen(StartPosition); }