Get rid of bundled beep

This commit is contained in:
Berke Viktor
2013-04-27 23:00:18 +02:00
parent 8e3db00dac
commit 6001ceff9f
15 changed files with 20 additions and 58 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, FALSE);
sound_play (word[2], FALSE);
return TRUE;
}