]> git.sesse.net Git - stockfish/blobdiff - src/search.h
Tweak non-captures scoring
[stockfish] / src / search.h
index 12f365dc536ede5625bd94b470033cd3a0ec269e..d2dc6eba58257f30364baf364fd27b5e35fd546f 100644 (file)
@@ -50,11 +50,11 @@ const int KILLER_MAX = 2;
 struct EvalInfo;
 
 struct SearchStack {
-  Move pv[PLY_MAX_PLUS_2];
   Move currentMove;
   Move mateKiller;
   Move threatMove;
   Move excludedMove;
+  Move bestMove;
   Move killers[KILLER_MAX];
   Depth reduction;
   Value eval;