remove idiotic abort() from audio_sdl.c
This commit is contained in:
parent
1edc1fa8de
commit
2e9b3f67c5
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue