File diff r24217:df2f5854f1e3 → r24218:c32caa9f014d
src/sound/sdl_s.cpp
Show inline comments
 
@@ -31,7 +31,7 @@ static void CDECL fill_sound_buffer(void
 
	MxMixSamples(stream, len / 4);
 
}
 

	
 
const char *SoundDriver_SDL::Start(const char * const *parm)
 
const char *SoundDriver_SDL::Start(const StringList &parm)
 
{
 
	SDL_AudioSpec spec;