From 098ac5e44e88e95ad4ff945824315eca85e67f01 Mon Sep 17 00:00:00 2001 From: Joona Kiiski Date: Fri, 23 Jul 2010 09:16:33 +0300 Subject: [PATCH] Don't initialize psqt-tables when 'ucinewgame' is received After 'Randomness' is retired, this is no longer necessary. NOTE: Possibly some extra care is needed when tuning branch is synced Signed-off-by: Marco Costalba --- src/uci.cpp | 1 - 1 file changed, 1 deletion(-) 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") -- 2.39.2