Skip to content
Snippets Groups Projects
Commit bb7fc767 authored by deuce's avatar deuce
Browse files

Don't forget to re-try opening using SDL on the next open after a failure.

parent a3b7038e
No related branches found
No related tags found
No related merge requests found
...@@ -391,6 +391,7 @@ BOOL xptone_close(void) ...@@ -391,6 +391,7 @@ BOOL xptone_close(void)
handle_type=SOUND_DEVICE_CLOSED; handle_type=SOUND_DEVICE_CLOSED;
sound_device_open_failed=FALSE; sound_device_open_failed=FALSE;
alsa_device_open_failed=FALSE; alsa_device_open_failed=FALSE;
sdl_device_open_failed=FALSE;
return(TRUE); return(TRUE);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment