mirror of
https://github.com/opelly27/Stockfish.git
synced 2026-05-20 13:17:44 +00:00
Rename NON_CAPTURE to QUIET
It is a more conventional naming and is nicer. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ private:
|
||||
MoveStack killers[2];
|
||||
Square recaptureSquare;
|
||||
int captureThreshold, phase;
|
||||
MoveStack *curMove, *lastMove, *lastNonCapture, *badCaptures;
|
||||
MoveStack *curMove, *lastMove, *lastQuiet, *badCaptures;
|
||||
MoveStack moves[MAX_MOVES];
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user