summaryrefslogtreecommitdiff
path: root/chess-sound.el
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2002-04-16 02:38:59 +0000
committerJohn Wiegley <johnw@newartisans.com>2002-04-16 02:38:59 +0000
commit40eddef43dfde4f1f14101e1f3bbc0d4621c8a37 (patch)
treebd8cc9729a0f22999a4811499c975254624e766c /chess-sound.el
parent6bb61cd98f852b3f4d013d2095b5511d53b8d983 (diff)
*** no comment ***
Diffstat (limited to 'chess-sound.el')
-rw-r--r--chess-sound.el2
1 files changed, 2 insertions, 0 deletions
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)