mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
Revert "Use ply counter in Position object"
Search ply and game ply are rwo different things ! Revert bogus commit. No functional change on bench, but it changes in real games when engine sends all the moves up to current one. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -206,7 +206,7 @@ namespace {
|
||||
move = move_from_string(RootPosition, token);
|
||||
RootPosition.do_move(move, st);
|
||||
if (RootPosition.rule_50_counter() == 0)
|
||||
RootPosition.reset_ply();
|
||||
RootPosition.reset_game_ply();
|
||||
}
|
||||
// Our StateInfo st is about going out of scope so copy
|
||||
// its content inside RootPosition before they disappear.
|
||||
|
||||
Reference in New Issue
Block a user