Skip to content

Commit

Permalink
Bench: 3103306
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonnold committed Mar 2, 2024
1 parent 043a7ca commit b9e5444
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 @@ -592,6 +592,8 @@ int Negamax(int alpha, int beta, int depth, int cutnode, ThreadData* thread, PV*
}
}

hashMove = (ttHit && !hashMove) ? TTMove(tt) : hashMove;

int numQuiets = 0, numCaptures = 0;
Move quiets[64], captures[32];

Expand Down

0 comments on commit b9e5444

Please sign in to comment.