X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fuci.cpp;h=b3af1b607a24138d4a87d0b0f327472d9fe0b81d;hb=b5685fc564b81be469c14d7778f16498c5a3ad91;hp=4a333f70b7540b2d660070bf6579cfaafaa5cc50;hpb=5b1316f7bbb259b87cecc276e4a1ce78b1a0e51b;p=stockfish 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); }