updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / tome4-nomusic / particles.patch
blobd954dfd0082e2d46fd8fc5fa26ca9e9176072389
1 --- ../dummy/src/particles.c 2011-11-23 21:00:30.965036003 -0200
2 +++ src/particles.c 2011-11-23 21:01:17.937675695 -0200
3 @@ -890,7 +890,7 @@
4 pt->keyframes = SDL_CreateSemaphore(0);
5 pt->running = TRUE;
7 - thread = SDL_CreateThread(thread_particles, pt);
8 + thread = SDL_CreateThread(thread_particles, "t_particles",pt);
9 if (thread == NULL) {
10 printf("Unable to create particle thread: %s\n", SDL_GetError());
11 continue;