mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-23 18:46:59 +08:00
Update SEE to return a Value
It seems more natural because the actual returned value is from PieceValue[] array. No functional change.
This commit is contained in:
@@ -103,7 +103,8 @@ private:
|
||||
Move ttMove;
|
||||
ExtMove killers[6];
|
||||
Square recaptureSquare;
|
||||
int captureThreshold, stage;
|
||||
Value captureThreshold;
|
||||
int stage;
|
||||
ExtMove *cur, *end, *endQuiets, *endBadCaptures;
|
||||
ExtMove moves[MAX_MOVES];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user