]> git.sesse.net Git - stockfish/commit
Always use ss->bestMove to store ply best move
authorMarco Costalba <mcostalba@gmail.com>
Sat, 31 Jul 2010 06:29:29 +0000 (07:29 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sat, 31 Jul 2010 06:29:29 +0000 (07:29 +0100)
commit87139d018c86211a0636cb1bcedf9572670d9ba6
tree873e962bbdfca85ca040d26b6aa9c7470a21074f
parent9645e8e4e76aebc4b3099b20846c14e18768cab4
Always use ss->bestMove to store ply best move

Instead of ss->currentMove. It is more consistent and
clear to understand.

Remark by Ralph Stoesser.

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
src/search.cpp