mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-21 09:37:16 +08:00
Some renaming in MovePicker
No functional change.
This commit is contained in:
@@ -102,7 +102,7 @@ private:
|
||||
Move ttMove;
|
||||
ExtMove killers[4];
|
||||
Square recaptureSquare;
|
||||
int captureThreshold, phase;
|
||||
int captureThreshold, stage;
|
||||
ExtMove *cur, *end, *endQuiets, *endBadCaptures;
|
||||
ExtMove moves[MAX_MOVES];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user