Use bundled beep file for beep alerts

This commit is contained in:
Berke Viktor
2013-04-14 11:56:50 +02:00
parent 9272eb4325
commit ea0479998a
7 changed files with 21 additions and 11 deletions

View File

@@ -3161,7 +3161,7 @@ cmd_splay (struct session *sess, char *tbuf, char *word[], char *word_eol[])
{
if (*word[2])
{
sound_play (word[2], FALSE);
sound_play (word[2], FALSE, FALSE);
return TRUE;
}