samplelist_mutex

Glenn Maynard g_sdl at zewt.org
Wed Mar 5 04:47:48 EST 2003


samplelist_mutex is never created.  You just need:

    samplelist_mutex = SDL_CreateMutex();

in Sound_Init().

-- 
Glenn Maynard



More information about the sdlsound mailing list