From 91442a145775fafc90483b72a24b8924e200ffce Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Tue, 30 Sep 2008 04:25:06 +0000
Subject: [PATCH] Copy/paste bug

---
 src/xpdev/xpbeep.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/xpdev/xpbeep.c b/src/xpdev/xpbeep.c
index 26dc761052..d7c5226404 100644
--- a/src/xpdev/xpbeep.c
+++ b/src/xpdev/xpbeep.c
@@ -649,9 +649,6 @@ void xp_play_sample_thread(void *data)
 			if(!alsa_device_open_failed) {
 				while(alsa_api->snd_pcm_drain(playback_handle))
 					SLEEP(1);
-				if(must_close)
-					xptone_close();
-				return(TRUE);
 			}
 		}
 	#endif
-- 
GitLab