From 40eddef43dfde4f1f14101e1f3bbc0d4621c8a37 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 16 Apr 2002 02:38:59 +0000 Subject: *** no comment *** --- chess-sound.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'chess-sound.el') diff --git a/chess-sound.el b/chess-sound.el index 1740261..08b2f7f 100644 --- a/chess-sound.el +++ b/chess-sound.el @@ -91,6 +91,8 @@ (chess-sound (format "%c_" (downcase t-piece))) (chess-sound (chess-index-to-coord target)))) + (if (chess-ply-keyword ply :en-passant) + (chess-sound "enpassant")) (if (chess-ply-keyword ply :check) (chess-sound "+_")) (if (chess-ply-keyword ply :checkmate) -- cgit v1.2.3