]> git.sesse.net Git - stockfish/blobdiff - src/benchmark.cpp
Another attempt at fixing Chess960
[stockfish] / src / benchmark.cpp
index d0afee898695b50616b951987136d987e8af401d..cbb62d29d111d9dae122cded936ba98a604f46e8 100644 (file)
@@ -125,7 +125,7 @@ void benchmark(int argc, char* argv[]) {
   {
       Move moves[1] = { MOVE_NONE };
       int dummy[2] = { 0, 0 };
-      Position pos(*it, 0);
+      Position pos(*it, false, 0);
       cerr << "\nBench position: " << cnt << '/' << positions.size() << endl << endl;
       if (valType == "perft")
       {