projects
/
fairystockfish.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
d3260ce
)
Don't initialize psqt-tables when 'ucinewgame' is received
author
Joona Kiiski
<joona.kiiski@gmail.com>
Fri, 23 Jul 2010 06:16:33 +0000 (09:16 +0300)
committer
Marco Costalba
<mcostalba@gmail.com>
Fri, 23 Jul 2010 11:21:54 +0000 (12:21 +0100)
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>
src/uci.cpp
patch
|
blob
|
history
diff --git
a/src/uci.cpp
b/src/uci.cpp
index
60d10b0
..
5a9bfb6
100644
(file)
--- 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")