Use SearchStack to pass excludedMove

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-06-02 13:22:48 +01:00
parent 2572055c87
commit 5804bef824
2 changed files with 12 additions and 5 deletions

View File

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