aboutsummaryrefslogtreecommitdiff
path: root/x11.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'x11.cpp')
-rw-r--r--x11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11.cpp b/x11.cpp
index 7c7c189e4f..bb186a1eda 100644
--- a/x11.cpp
+++ b/x11.cpp
@@ -382,7 +382,7 @@ bool OSystem_X11::set_sound_proc(void *param, SoundProc *proc, byte format) {
thread_param.format = format;
if (format == SOUND_16BIT)
- ; /* pthread_create(&sound_thread, NULL, sound_and_music_thread, (void *) &thread_param); */
+ pthread_create(&sound_thread, NULL, sound_and_music_thread, (void *) &thread_param);
else
warning("Only support 16 bit sound for now. Disabling sound ");