summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/search.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/search.c b/src/search.c
index 00b37f2..bfb293e 100755
--- a/src/search.c
+++ b/src/search.c
@@ -1269,11 +1269,11 @@ QSearch(IN SEARCHER_THREAD_CONTEXT *ctx,
// his position looks dangerous (i.e. more than one piece en prise
// or a piece trapped). Fail low if there's nothing that looks
// good on this line.
- if (SideCanStandPat(pos, pos->uToMove) == FALSE)
- {
- iBestScore = QSearchInDangerNoStandPat(ctx, iAlpha, iBeta);
- goto end;
- }
+ //if (SideCanStandPat(pos, pos->uToMove) == FALSE)
+ //{
+ // iBestScore = QSearchInDangerNoStandPat(ctx, iAlpha, iBeta);
+ // goto end;
+ //}
// If we get here then side on move is not in check and this
// position looks ok enough to allow him the option to stand pat