Use sound for ICS tells also with engine telluser popups
[xboard.git] / xboard.c
index acc032d..dae38f2 100644 (file)
--- a/xboard.c
+++ b/xboard.c
@@ -7224,6 +7224,12 @@ PlayAlarmSound()
 }
 
 void
+PlayTellSound()
+{
+  PlaySound(appData.soundTell);
+}
+
+void
 EchoOn()
 {
     system("stty echo");