diff options
Diffstat (limited to 'src/evalhash.c')
| -rw-r--r-- | src/evalhash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evalhash.c b/src/evalhash.c index bd95b99..fc29b88 100644 --- a/src/evalhash.c +++ b/src/evalhash.c @@ -64,7 +64,7 @@ Return value: if (ctx->uPly <= 4) { - return Eval(ctx, iAlpha, iBeta); + return Eval(ctx, iAlpha, iBeta, NULL); } #ifdef EVAL_HASH else if ((fUseHash) || (ctx->uPly <= (g_uIterateDepth / 2))) |
