remove idiotic abort() from audio_sdl.c

This commit is contained in:
Andrei Alexeyev 2020-08-11 13:22:05 +03:00
parent 1edc1fa8de
commit 2e9b3f67c5
No known key found for this signature in database
GPG key ID: 363707CD4C7FE8A4

View file

@ -140,7 +140,6 @@ static bool init_audio_device(void) {
"Sound may be distorted.",
want.freq, want.format, have.freq, have.format
);
abort();
}
mixer.spec = astream_spec(have.format, have.channels, have.freq);