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
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);
11 sound->static_source = 0;