diff --git a/src/search.cpp b/src/search.cpp index fb5dfd00..997cfd3b 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -951,7 +951,7 @@ moves_loop: // When in check, search starts from here continue; } else if ( !extension // (~20 Elo) - && !pos.see_ge(move, -Value(PawnValueEg * (depth / ONE_PLY)))) + && !pos.see_ge(move, -PawnValueEg * (depth / ONE_PLY))) continue; }