X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=src%2Fbenchmark.cpp;h=cbb62d29d111d9dae122cded936ba98a604f46e8;hb=f200f3ccd2281deadecb6279fac59b16dea622d5;hp=d0afee898695b50616b951987136d987e8af401d;hpb=efeb37c33f15a903dbe5706529a7a26511e9ca58;p=stockfish diff --git a/src/benchmark.cpp b/src/benchmark.cpp index d0afee89..cbb62d29 100644 --- a/src/benchmark.cpp +++ b/src/benchmark.cpp @@ -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") {