From c6d397dde9c2c5dd2d1be993ffe3117bc25e6fb8 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 12 Apr 2002 10:59:33 +0000 Subject: *** no comment *** --- chess-sound.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chess-sound.el') 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) -- cgit v1.2.3