Skip to content
Snippets Groups Projects
Commit c78cc99d authored by deuce's avatar deuce
Browse files

Use xpbeep() for ANSI music.

parent 5b0b2003
Branches
Tags
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment