aboutsummaryrefslogtreecommitdiff
path: root/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound.cpp')
-rw-r--r--sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound.cpp b/sound.cpp
index 15b4debeab..02d7c9f408 100644
--- a/sound.cpp
+++ b/sound.cpp
@@ -226,7 +226,7 @@ void Scumm::playSound(int sound)
char *sound;
int size = READ_LE_UINT32(ptr);
-#if 1
+#if 0
// FIXME - this is just some debug output for Zak256
if (size != 30) {
char name[9];