Introduce bestMove to store PV move

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-06-26 14:42:44 +01:00
parent eb48c54687
commit 0a687b2cf0
2 changed files with 10 additions and 9 deletions

View File

@@ -55,6 +55,7 @@ struct SearchStack {
Move mateKiller;
Move threatMove;
Move excludedMove;
Move bestMove;
Move killers[KILLER_MAX];
Depth reduction;
Value eval;