diff options
Diffstat (limited to 'src/searchsup.c')
| -rw-r--r-- | src/searchsup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/searchsup.c b/src/searchsup.c index 172413f..b79db3a 100644 --- a/src/searchsup.c +++ b/src/searchsup.c @@ -1042,7 +1042,7 @@ Return value: if (TRUE == IsDraw(ctx)) { INC(ctx->sCounters.tree.u64LeafCount); - *piScore = 0; + *piScore = g_iDrawScore[ctx->sPosition.uToMove]; if ((*piAlpha < *piScore) && (*piScore < *piBeta)) { UpdatePV(ctx, DRAWMOVE); |
