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

Copy/paste bug

parent f1379e1c
No related branches found
No related tags found
No related merge requests found
...@@ -649,9 +649,6 @@ void xp_play_sample_thread(void *data) ...@@ -649,9 +649,6 @@ void xp_play_sample_thread(void *data)
if(!alsa_device_open_failed) { if(!alsa_device_open_failed) {
while(alsa_api->snd_pcm_drain(playback_handle)) while(alsa_api->snd_pcm_drain(playback_handle))
SLEEP(1); SLEEP(1);
if(must_close)
xptone_close();
return(TRUE);
} }
} }
#endif #endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment