Skip to content

Commit

Permalink
Bench: 25584908
Browse files Browse the repository at this point in the history
  • Loading branch information
TerjeKir committed Dec 31, 2024
1 parent 179c96b commit 4119d0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/search.c
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,8 @@ static int AlphaBeta(Thread *thread, Stack *ss, int alpha, int beta, Depth depth
}
}

(ss+1)->killer = NOMOVE;

// Do a static evaluation for pruning considerations
int eval = ss->staticEval = inCheck ? NOSCORE
: lastMoveNullMove ? -(ss-1)->staticEval + 2 * Tempo
Expand Down

0 comments on commit 4119d0a

Please sign in to comment.