mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-19 08:36:33 +08:00
Move SearchStack under Search namespace
No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
@@ -72,7 +72,7 @@ namespace {
|
||||
/// move ordering is at the current node.
|
||||
|
||||
MovePicker::MovePicker(const Position& p, Move ttm, Depth d, const History& h,
|
||||
SearchStack* ss, Value beta) : pos(p), H(h), depth(d) {
|
||||
Search::Stack* ss, Value beta) : pos(p), H(h), depth(d) {
|
||||
captureThreshold = 0;
|
||||
badCaptures = moves + MAX_MOVES;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user