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
4 pt->keyframes = SDL_CreateSemaphore(0);
7 - thread = SDL_CreateThread(thread_particles, pt);
8 + thread = SDL_CreateThread(thread_particles, "t_particles",pt);
10 printf("Unable to create particle thread: %s\n", SDL_GetError());