Convert also undo_null_move() to avoid passing UndoInfo object

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2009-02-22 18:03:23 +01:00
parent 9b257ba29d
commit 2f21ec39ad
3 changed files with 13 additions and 9 deletions

View File

@@ -244,7 +244,7 @@ public:
void do_move(Move m, UndoInfo &u);
void undo_move(Move m);
void do_null_move(UndoInfo &u);
void undo_null_move(const UndoInfo &u);
void undo_null_move();
// Static exchange evaluation
int see(Square from, Square to) const;