mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 16:46:30 +08:00
Split non capture in two sets when ordering
But keep same ordering. This patch is prerequisite for future work. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -57,7 +57,7 @@ private:
|
||||
MoveStack killers[2];
|
||||
int captureThreshold, phase;
|
||||
const uint8_t* phasePtr;
|
||||
MoveStack *curMove, *lastMove, *lastGoodNonCapture, *badCaptures;
|
||||
MoveStack *curMove, *lastMove, *lastNonCapture, *badCaptures;
|
||||
MoveStack moves[MAX_MOVES];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user