From 7f41f90b3ea3cb707a8f5688910416fe8541f845 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Fri, 10 Apr 2015 02:12:44 -0700 Subject: [PATCH] Roll back thread crap. Trying another angle for a while. --- src/curses/ux_audio.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/curses/ux_audio.c b/src/curses/ux_audio.c index b3b1571..77a7a4b 100644 --- a/src/curses/ux_audio.c +++ b/src/curses/ux_audio.c @@ -173,9 +173,8 @@ void os_start_sample (int number, int volume, int repeats, zword eos) myeffect.repeats = repeats; if (blorb_map->chunks[resource.chunknum].type == bb_make_id('F','O','R','M')) { -// playaiff(myeffect); - pthread_create(&playaiff_id, NULL, (void *) paiff, (void *) &myeffect); -// pthread_join(playaiff_id, NULL); + playaiff(myeffect); + } else if (blorb_map->chunks[resource.chunknum].type == bb_make_id('M','O','D',' ')) { playmod(myeffect); -- 2.34.1