summaryrefslogtreecommitdiff
path: root/src/root.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/root.c')
-rwxr-xr-xsrc/root.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/root.c b/src/root.c
index a83249c..a651c71 100755
--- a/src/root.c
+++ b/src/root.c
@@ -296,7 +296,6 @@ Return value:
memmove(&(ctx->sPosition), pos, sizeof(POSITION));
}
ctx->uPly = 0;
- ctx->uPositional = 133;
memset(&(ctx->sCounters), 0, sizeof(COUNTERS));
}
@@ -375,7 +374,6 @@ Return value:
memmove(&(ctx->sPosition), pos, sizeof(POSITION));
}
ctx->uPly = 0;
- ctx->uPositional = 133;
ctx->sMoveStack.uUnblockedKeyValue[0] = 1;
for (u = 1;
u < MAX_PLY_PER_SEARCH;