mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
Rename of TimeMgr and friends
More natural naming IMO. No functional change.
This commit is contained in:
@@ -78,7 +78,7 @@ namespace {
|
||||
/// inc > 0 && movestogo == 0 means: x basetime + z increment
|
||||
/// inc > 0 && movestogo != 0 means: x moves in y minutes + z increment
|
||||
|
||||
void TimeManager::init(const Search::LimitsType& limits, Color us, int ply, TimePoint now)
|
||||
void TimeManagement::init(const Search::LimitsType& limits, Color us, int ply, TimePoint now)
|
||||
{
|
||||
int minThinkingTime = Options["Minimum Thinking Time"];
|
||||
int moveOverhead = Options["Move Overhead"];
|
||||
|
||||
Reference in New Issue
Block a user