Fix a crash on Use NNUE default true

This was because the UCI::use_nnue variable was never updated to true.

closes https://github.com/official-stockfish/Stockfish/pull/2843

bench: 4578298
NNUE: 3377227
This commit is contained in:
mstembera
2020-07-26 17:22:49 -07:00
committed by Joost VandeVondele
parent a8bdf69c71
commit 60497a85d6
3 changed files with 2 additions and 5 deletions

View File

@@ -79,7 +79,6 @@ Move to_move(const Position& pos, std::string& str);
void init_nnue(const std::string& evalFile);
extern bool load_eval_finished;
extern bool use_nnue;
} // namespace UCI