mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Better document RootMoveList c'tor
Also some code tidy-up. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -72,6 +72,7 @@ namespace {
|
||||
|
||||
// load_defaults populates the options vector with the hard
|
||||
// coded names and default values.
|
||||
|
||||
void load_defaults(Options& o) {
|
||||
|
||||
o.push_back(Option("Use Search Log", false));
|
||||
|
||||
Reference in New Issue
Block a user