From: David Griffith Date: Fri, 10 Apr 2015 09:12:44 +0000 (-0700) Subject: Roll back thread crap. Trying another angle for a while. X-Git-Url: https://scope-eye.net/git/?a=commitdiff_plain;h=7f41f90b3ea3cb707a8f5688910416fe8541f845;p=liskon_frotz.git Roll back thread crap. Trying another angle for a while. --- 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);