]> git.sesse.net Git - stockfish/blobdiff - src/benchmark.cpp
Fix isolated and backward pawns scoring
[stockfish] / src / benchmark.cpp
index ee262ba5bc1c2407b14f95c8f6036dfd6945eef4..e23afb1422cd2709427f0d69f3e9c050bc7ec776 100644 (file)
@@ -159,7 +159,7 @@ void benchmark(const string& commandLine) {
           cerr << "\nPerft " << maxDepth << " result (nodes searched): " << perftCnt << endl << endl;
           totalNodes += perftCnt;
       } else {
-          if (!think(pos, false, false, 0, dummy, dummy, 0, maxDepth, maxNodes, secsPerPos, moves))
+          if (!think(pos, false, false, dummy, dummy, 0, maxDepth, maxNodes, secsPerPos, moves))
               break;
           totalNodes += nodes_searched();
       }