]> git.sesse.net Git - stockfish/commitdiff
Passing UndoInfo is not needed anymore when undoing the move
authorMarco Costalba <mcostalba@gmail.com>
Sun, 22 Feb 2009 16:49:52 +0000 (17:49 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Sun, 22 Feb 2009 20:18:02 +0000 (21:18 +0100)
We store it now in the same UndoInfo struct as 'previous'
field, so when doing a move we also know where to get
the previous info when undoing the back the move.

This is needed for future patches and is a nice cleanup anyway.

No functional change.

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

No differences found