Skip to content

Commit

Permalink
Crystal 3.1
Browse files Browse the repository at this point in the history
Bench: 7950574
  • Loading branch information
jhellis3 committed Jan 14, 2021
1 parent 1e14261 commit ff3f538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@ namespace {
}

// Check extension (~2 Elo)
else if (!extension)
if (!extension)
{
if ( givesCheck
&& (pos.is_discovered_check_on_king(~us, move) || pos.see_ge(move)))
Expand Down

0 comments on commit ff3f538

Please sign in to comment.