diff options
| -rw-r--r-- | chess-display.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-display.el b/chess-display.el index ffe20eb..6bf03df 100644 --- a/chess-display.el +++ b/chess-display.el @@ -376,8 +376,8 @@ If only START is given, it must be in algebraic move notation." (chess-error 'game-is-over))) (if (= chess-display-index (chess-game-index chess-module-game)) (let ((chess-display-handling-event t)) - (chess-game-move chess-module-game ply) (chess-display-paint-move nil ply) + (chess-game-move chess-module-game ply) (chess-display-set-index* nil (chess-game-index chess-module-game))) ;; jww (2002-03-28): This should beget a variation within the ;; game, or alter the game, just as SCID allows |
