diff --git a/src/search.cpp b/src/search.cpp index 2fdc5ad1..a54d41b9 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -1139,6 +1139,7 @@ namespace { // Null move search if ( allowNullmove + && depth > OnePly && !isCheck && ok_to_do_nullmove(pos) && approximateEval >= beta - NullMoveMargin)