mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 16:46:30 +08:00
Directly relate HistoryMax to OnePly
This obsoletes some remainding comments. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -35,9 +35,6 @@ enum Depth {
|
||||
//// Constants
|
||||
////
|
||||
|
||||
/// Note: If OnePly is changed, the constant HistoryMax in history.h should
|
||||
/// probably also be changed.
|
||||
|
||||
const Depth OnePly = Depth(2);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user