Drop parameter from Position.UndoMove

Issue #7 resolved
Alexandru Moșoi created an issue

Position already stores the last move. Passing move to UndoMove is useless and can only break things.

Comments (1)

  1. Alexandru Moșoi reporter

    position: Remove parameter from Position.UndoMove.

    Position already stores the last move. Passing move to UndoMove is useless and can only break things.

    Fixes #7.

    → <<cset fe8eeffa3e6a>>

  2. Log in to comment