]> git.sesse.net Git - stockfish/commitdiff
Use ply counter in Position object
authorMarco Costalba <mcostalba@gmail.com>
Mon, 31 May 2010 20:38:34 +0000 (21:38 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Mon, 31 May 2010 21:03:22 +0000 (22:03 +0100)
And avoid a redundant one passed as argument in
search calls.

Also renamed gamePly in ply to better clarify this
is used as search ply and is set to zero at the
beginning of the search.

No functional change.

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

No differences found