summaryrefslogtreecommitdiff
path: root/src/searchsup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/searchsup.c')
-rw-r--r--src/searchsup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/searchsup.c b/src/searchsup.c
index b532d9a..5673bbe 100644
--- a/src/searchsup.c
+++ b/src/searchsup.c
@@ -227,7 +227,7 @@ Return value:
((ctx->uPly < 3) ||
(!IS_SAME_MOVE(mv, ctx->mvKiller[ctx->uPly-3][0]) &&
!IS_SAME_MOVE(mv, ctx->mvKiller[ctx->uPly-3][1]))) &&
- (GetMoveFailHighPercentage(mv) <= 10))
+ (GetMoveFailHighPercentage(mv, NULL) <= 10))
{
ASSERT(!InCheck(&ctx->sPosition, ctx->sPosition.uToMove));
return(-ONE_PLY);