projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Better check evasion move sorting
[stockfish]
/
src
/
search.h
diff --git
a/src/search.h
b/src/search.h
index 26ec6f01c37903ecc1e7e6fe9d0a503a3805d412..e3ac5ab6a78edcb111be4df4103989aa98e5f263 100644
(file)
--- a/
src/search.h
+++ b/
src/search.h
@@
-41,7
+41,7
@@
constexpr int CounterMovePruneThreshold = 0;
struct Stack {
Move* pv;
- PieceToHistory* contHistory;
+ PieceToHistory* cont
inuation
History;
int ply;
Move currentMove;
Move excludedMove;