mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 05:07:46 +00:00
Rename of TimeMgr and friends
More natural naming IMO. No functional change.
This commit is contained in:
+1
-1
@@ -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