updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / tome4 / music.patch
blobffa10f3f802205ec4aebd89dd7428958c3ca6e99
1 --- ../dummy/src/music.c 2011-11-23 21:00:22.255164854 -0200
2 +++ src/music.c 2011-11-23 21:01:06.274514383 -0200
3 @@ -275,7 +275,7 @@
4 if (sound->mutex == NULL) luaL_error(L, "out of memory");
5 sound->cond = SDL_CreateCond();
6 if (sound->cond == NULL) luaL_error(L, "out of memory");
7 - sound->loaderThread = SDL_CreateThread(streamingLoader, sound);
8 + sound->loaderThread = SDL_CreateThread(streamingLoader, "t-sound", sound);
10 else {
11 sound->static_source = 0;