X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fsearch.h;h=d2dc6eba58257f30364baf364fd27b5e35fd546f;hp=12f365dc536ede5625bd94b470033cd3a0ec269e;hb=2dfec0f6147f62fb772cde912a9436d2d5054703;hpb=a04dcce6289c39ea497de67ab43306ca6d47319b diff --git a/src/search.h b/src/search.h index 12f365dc..d2dc6eba 100644 --- a/src/search.h +++ b/src/search.h @@ -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;