From c78cc99d2d7b1b8849c994b4c022f6c51bb76c5b Mon Sep 17 00:00:00 2001 From: deuce <> Date: Thu, 20 Jan 2005 18:10:24 +0000 Subject: [PATCH] Use xpbeep() for ANSI music. --- src/conio/cterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conio/cterm.c b/src/conio/cterm.c index 555ca347b3..5c85d9980d 100644 --- a/src/conio/cterm.c +++ b/src/conio/cterm.c @@ -170,7 +170,7 @@ void playnote(int notenum, int notelen, int dotted) break; } duration-=pauselen; - BEEP(((double)note_frequency[notenum])/1000,duration); + xpbeep(((double)note_frequency[notenum])/1000,duration); SLEEP(pauselen); } -- GitLab