Tidy up in movepick.cpp

Some formattng after recent changes.

No functional change.
This commit is contained in:
Marco Costalba
2015-07-19 11:25:14 +02:00
parent 4095ff0ee5
commit 42b77ea7ee
3 changed files with 39 additions and 61 deletions

View File

@@ -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)