mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-23 02:27:00 +08:00
Rename MaxSearchTime and AbsoluteMaxSearchTime
Renamed in OptimumSearchTime and MaximumSearchTime, should be more clear now. Suggested by Joona. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -26,6 +26,6 @@
|
||||
////
|
||||
|
||||
void get_search_times(int myTime, int myInc, int movesToGo, int currentPly,
|
||||
int* maxSearchTime, int* absoluteMaxSearchTime);
|
||||
int* optimumSearchTime, int* maximumSearchTime);
|
||||
|
||||
#endif // !defined(TIMEMAN_H_INCLUDED)
|
||||
|
||||
Reference in New Issue
Block a user