X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fbenchmark.cpp;h=9b2e81e1a1f335aaf2cc83ed65894ed9c60b7204;hp=5d8757a61f49dd7214e48038746f0c93cdfe6ffd;hb=e0cae4bef8031a709c93eed1eb2754aa8ad806f0;hpb=9546b79e204faef2e2759b481b09a97bdab0fb76 diff --git a/src/benchmark.cpp b/src/benchmark.cpp index 5d8757a6..9b2e81e1 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -112,7 +112,7 @@ void benchmark(const Position& current, istream& is) { for (size_t i = 0; i < fens.size(); i++) { - Position pos(fens[i], false, Threads.main_thread()); + Position pos(fens[i], Options["UCI_Chess960"], Threads.main_thread()); cerr << "\nPosition: " << i + 1 << '/' << fens.size() << endl;