diff --git a/Rapfi/search/ab/search.cpp b/Rapfi/search/ab/search.cpp index 47470f4..1da725f 100644 --- a/Rapfi/search/ab/search.cpp +++ b/Rapfi/search/ab/search.cpp @@ -1016,8 +1016,8 @@ Value search(Board &board, SearchStack *ss, Value alpha, Value beta, Depth depth continue; // Prun distract defence move (which is likely to drastically delay a winning) - if (oppo4 && depth < TRIVIAL_PRUN_DEPTH && ss->moveP4[oppo] < E_BLOCK4 && distract) - continue; + //if (oppo4 && depth < TRIVIAL_PRUN_DEPTH && ss->moveP4[oppo] < E_BLOCK4 && distract) + // continue; } // Step 13. Extensions