]> git.sesse.net Git - stockfish/commitdiff
Retire badCaptures[] array in MovePicker
authorMarco Costalba <mcostalba@gmail.com>
Mon, 13 Sep 2010 07:49:49 +0000 (09:49 +0200)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 13 Sep 2010 12:22:00 +0000 (13:22 +0100)
Use the tail of moves[] array to store bad captures.

No functional change but some move reorder. Verified with old perft.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>

No differences found