mirror of
https://github.com/sockspls/badfish
synced 2025-04-29 16:23:09 +00:00
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 <mcostalba@gmail.com>
This commit is contained in:
parent
d3260ce70f
commit
098ac5e44e
1 changed files with 0 additions and 1 deletions
|
@ -126,7 +126,6 @@ namespace {
|
||||||
else if (token == "ucinewgame")
|
else if (token == "ucinewgame")
|
||||||
{
|
{
|
||||||
push_button("New Game");
|
push_button("New Game");
|
||||||
Position::init_piece_square_tables();
|
|
||||||
RootPosition.from_fen(StartPositionFEN);
|
RootPosition.from_fen(StartPositionFEN);
|
||||||
}
|
}
|
||||||
else if (token == "isready")
|
else if (token == "isready")
|
||||||
|
|
Loading…
Add table
Reference in a new issue