[sdlsound] samplelist_mutex

Ryan C. Gordon icculus at clutteredmind.org
Mon Mar 10 17:42:25 EST 2003


> samplelist_mutex is never created.  You just need:
>
>     samplelist_mutex = SDL_CreateMutex();
>
> in Sound_Init().

Doh, thanks!

It's in CVS now.

--ryan.






More information about the sdlsound mailing list