From: Marco Costalba Date: Sun, 22 Feb 2009 16:49:52 +0000 (+0100) Subject: Passing UndoInfo is not needed anymore when undoing the move X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=9b257ba29de2b0d50b6bdbd175509fdb3aaf8e91;hp=9b257ba29de2b0d50b6bdbd175509fdb3aaf8e91;ds=sidebyside Passing UndoInfo is not needed anymore when undoing the move 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 ---