1
0
Fork 0

Fix formatting of previous patch

No functional change.
pull/381/head
Marco Costalba 2015-07-16 08:17:40 +02:00
parent 1d977aa79e
commit 4095ff0ee5
1 changed files with 2 additions and 2 deletions

View File

@ -959,8 +959,8 @@ moves_loop: // When in check and at SpNode search starts from here
ss->reduction += ONE_PLY;
if ( History[pos.piece_on(to_sq(move))][to_sq(move)] > VALUE_ZERO
&& CounterMovesHistory[pos.piece_on(prevMoveSq)][prevMoveSq]
[pos.piece_on(to_sq(move))][to_sq(move)] > VALUE_ZERO)
&& CounterMovesHistory[pos.piece_on(prevMoveSq)][prevMoveSq]
[pos.piece_on(to_sq(move))][to_sq(move)] > VALUE_ZERO)
ss->reduction = std::max(DEPTH_ZERO, ss->reduction - ONE_PLY);
// Decrease reduction for moves that escape a capture