mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-23 05:07:14 +00:00
Little timeman.cpp massage
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+2
-1
@@ -474,7 +474,8 @@ bool think(const Position& pos, bool infinite, bool ponder, int time[], int incr
|
||||
int myIncrement = increment[pos.side_to_move()];
|
||||
if (UseTimeManagement)
|
||||
{
|
||||
calc_search_times(myTime, myIncrement, movesToGo, pos.startpos_ply_counter(), MaxSearchTime, AbsoluteMaxSearchTime);
|
||||
get_search_times(myTime, myIncrement, movesToGo, pos.startpos_ply_counter(),
|
||||
&MaxSearchTime, &AbsoluteMaxSearchTime);
|
||||
|
||||
if (get_option_value_bool("Ponder"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user