Sound should now work again. Music looping does probably not work, however (at least now with mp3).

This commit is contained in:
rude
2009-10-24 23:48:06 +02:00
parent ff06834934
commit 0d897b0b0f
14 changed files with 551 additions and 564 deletions
+1 -4
View File
@@ -55,10 +55,7 @@ namespace openal
{
finish = true;
int status;
SDL_WaitThread(thread, &status);
pool->stop();
SDL_WaitThread(thread, 0);
delete pool;