X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=snd_sdl.c;h=2d1f94a6b9c152232ef1b8e3f60764b4d115a63d;hb=e7c65577b00c716d49e0257e01ee2db04ecdd3ee;hp=f7e0f4723065c73c8b73856257afe8aeaa42a005;hpb=83f8124af58307eae378846c9746b5d769673474;p=xonotic%2Fdarkplaces.git diff --git a/snd_sdl.c b/snd_sdl.c index f7e0f472..2d1f94a6 100644 --- a/snd_sdl.c +++ b/snd_sdl.c @@ -138,7 +138,7 @@ qboolean SndSys_Init (snd_format_t* fmt) if ((audio_device = SDL_OpenAudioDevice(NULL, 0, &wantspec, &obtainspec, SDL_AUDIO_ALLOW_FREQUENCY_CHANGE | SDL_AUDIO_ALLOW_CHANNELS_CHANGE)) == 0) { - Con_Printf( "Failed to open the audio device! (%s)\n", SDL_GetError() ); + Con_Errorf( "Failed to open the audio device! (%s)\n", SDL_GetError() ); return false; }