From e9c8bda4db75742315eea4373872b10fa53b2cfe Mon Sep 17 00:00:00 2001 From: deuce <> Date: Mon, 29 May 2006 00:01:48 +0000 Subject: [PATCH] Whoops, forgot to specify the wave shape. --- 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 b0f09589e5..48d9067745 100644 --- a/src/conio/cterm.c +++ b/src/conio/cterm.c @@ -222,7 +222,7 @@ void playnote_thread(void *args) } duration-=pauselen; if(note->notenum < 72 && note->notenum >= 0) - xptone(((double)note_frequency[note->notenum])/1000,duration); + xptone(((double)note_frequency[note->notenum])/1000,duration,WAVE_SHAPE_SINE_SAW_HARM); else SLEEP(duration); SLEEP(pauselen); -- GitLab