projects
/
stockfish
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Offset pv[] always from 0
[stockfish]
/
src
/
search.h
diff --git
a/src/search.h
b/src/search.h
index 6e91159dd30284ec144f8fbfc369e0935e082e11..12f365dc536ede5625bd94b470033cd3a0ec269e 100644
(file)
--- a/
src/search.h
+++ b/
src/search.h
@@
-60,7
+60,7
@@
struct SearchStack {
Value eval;
bool skipNullMove;
Value eval;
bool skipNullMove;
- void init(
int ply
);
+ void init();
void initKillers();
};
void initKillers();
};