aboutsummaryrefslogtreecommitdiff
path: root/engines/made/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/made/sound.cpp')
-rw-r--r--engines/made/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/made/sound.cpp b/engines/made/sound.cpp
index 27cf516b11..98426ea20b 100644
--- a/engines/made/sound.cpp
+++ b/engines/made/sound.cpp
@@ -59,7 +59,7 @@ void decompressSound(byte *source, byte *dest, uint16 chunkSize, uint16 chunkCou
workChunkSize /= 4;
type = (*source++) & 0x0F;
-
+
workSample = prevSample;
switch (type) {