projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove ThreatByRank
[stockfish]
/
src
/
search.cpp
diff --git
a/src/search.cpp
b/src/search.cpp
index 2ad535ccb56b93ce1690eff7e9d800df1f077d23..d34e182392843b4874a07b1b5858610a4e78a143 100644
(file)
--- a/
src/search.cpp
+++ b/
src/search.cpp
@@
-1008,7
+1008,7
@@
moves_loop: // When in check, search starts from here
&& pos.advanced_pawn_push(move)
&& pos.pawn_passed(us, to_sq(move)))
extension = ONE_PLY;
-
+
// Castling extension
if (type_of(move) == CASTLING)
extension = ONE_PLY;