aboutsummaryrefslogtreecommitdiff
path: root/x11.cpp
diff options
context:
space:
mode:
authorLionel Ulmer2002-04-20 17:57:54 +0000
committerLionel Ulmer2002-04-20 17:57:54 +0000
commit487a84d9a675451d579058cfec35bafe0ced3edf (patch)
treee29c55259db4e47a1628217ec3cf3bebfa708977 /x11.cpp
parentfcf50ee69946288bb0125cdab7604a3ded1f145c (diff)
downloadscummvm-rg350-487a84d9a675451d579058cfec35bafe0ced3edf.tar.gz
scummvm-rg350-487a84d9a675451d579058cfec35bafe0ced3edf.tar.bz2
scummvm-rg350-487a84d9a675451d579058cfec35bafe0ced3edf.zip
Sorry about the spam.... Remove the debug changes added to get Valgrind to run.
svn-id: r4026
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 ");