[sdlsound] probs with sound_init

Ryan C. Gordon icculus at clutteredmind.org
Sun Dec 8 14:03:20 EST 2002


>         SDL_Init(SDL_INIT_AUDIO);
>         Sound_Init();

Please check the return values from SDL_Init() and Sound_Init()...it's
possible one or both are failing, which will cause problems later.

--ryan.






More information about the sdlsound mailing list