mirror of
https://github.com/HChaZZY/Stockfish.git
synced 2025-12-20 00:56:39 +08:00
Tidy up in movepick.cpp
Some formattng after recent changes. No functional change.
This commit is contained in:
@@ -749,7 +749,7 @@ namespace {
|
||||
assert((ss-1)->currentMove != MOVE_NONE);
|
||||
assert((ss-1)->currentMove != MOVE_NULL);
|
||||
|
||||
MovePicker mp(pos, ttMove, History, CounterMovesHistory, pos.captured_piece_type());
|
||||
MovePicker mp(pos, ttMove, History, CounterMovesHistory, PieceValue[MG][pos.captured_piece_type()]);
|
||||
CheckInfo ci(pos);
|
||||
|
||||
while ((move = mp.next_move<false>()) != MOVE_NONE)
|
||||
|
||||
Reference in New Issue
Block a user