mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 08:36:33 +08:00
Move globals to id_loop()
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -195,7 +195,7 @@ const string pretty_pv(Position& pos, int time, int depth,
|
||||
size_t length = 0;
|
||||
|
||||
// First print depth, score, time and searched nodes...
|
||||
s << std::setw(2) << depth
|
||||
s << std::setw(2) << depth / 2
|
||||
<< (type == VALUE_TYPE_LOWER ? " >" : type == VALUE_TYPE_UPPER ? " <" : " ")
|
||||
<< std::setw(7) << score_string(score)
|
||||
<< std::setw(8) << time_string(time);
|
||||
|
||||
Reference in New Issue
Block a user