mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 09:06:45 +08:00
New Time management system
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
committed by
Marco Costalba
parent
87139d018c
commit
c0616d773d
@@ -206,6 +206,8 @@ namespace {
|
||||
RootPosition.do_move(move, st);
|
||||
if (RootPosition.rule_50_counter() == 0)
|
||||
RootPosition.reset_game_ply();
|
||||
|
||||
RootPosition.inc_startpos_ply_counter(); //FIXME: make from_fen to support this and rule50
|
||||
}
|
||||
// Our StateInfo st is about going out of scope so copy
|
||||
// its content inside RootPosition before it disappears.
|
||||
|
||||
Reference in New Issue
Block a user