mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 06:17:49 +00:00
Don't update gamePly after each move
We just need startup value to calculate available thinking time. So remove from state. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ namespace {
|
||||
|
||||
// Keep track of position keys along the setup moves (from start position to the
|
||||
// position just before to start searching). This is needed by draw detection.
|
||||
std::vector<StateInfo> SetupState;
|
||||
std::vector<StateInfo> SetupState(200, StateInfo());
|
||||
|
||||
// UCIParser is a class for parsing UCI input. The class
|
||||
// is actually a string stream built on a given input string.
|
||||
|
||||
Reference in New Issue
Block a user