diff options
Diffstat (limited to 'chess-sound.el')
| -rw-r--r-- | chess-sound.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chess-sound.el b/chess-sound.el index 1854679..666be6c 100644 --- a/chess-sound.el +++ b/chess-sound.el @@ -67,7 +67,7 @@ "This display module presents a standard chessboard. See `chess-display-type' for the different kinds of displays." (cond - ((memq event '(move game-over)) + ((eq event 'move) (let* ((ply (chess-game-ply game (1- (chess-game-index game)))) (pos (chess-ply-pos ply))) (if (eq (chess-game-data game 'my-color) |
