aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
diff options
context:
space:
mode:
authorSven Hesse2007-08-14 01:57:44 +0000
committerSven Hesse2007-08-14 01:57:44 +0000
commit20eb2fca5761c32fc73db115a61dff50e253a684 (patch)
tree7b92a976136f17e7b43b61f45a45eb56ed82ff10 /engines/gob
parent22996d1cd9b94946a0413d89df8bc06b7bfbb78e (diff)
downloadscummvm-rg350-20eb2fca5761c32fc73db115a61dff50e253a684.tar.gz
scummvm-rg350-20eb2fca5761c32fc73db115a61dff50e253a684.tar.bz2
scummvm-rg350-20eb2fca5761c32fc73db115a61dff50e253a684.zip
Making it work again for 16bit VMDs
svn-id: r28606
Diffstat (limited to 'engines/gob')
-rw-r--r--engines/gob/coktelvideo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/gob/coktelvideo.cpp b/engines/gob/coktelvideo.cpp
index f4fa52481c..b3056a5ea3 100644
--- a/engines/gob/coktelvideo.cpp
+++ b/engines/gob/coktelvideo.cpp
@@ -1094,7 +1094,7 @@ CoktelVideo::State Vmd::processFrame(uint16 frame) {
} else if (part.flags == 3) {
if (_soundEnabled) {
- emptySoundSlice(_soundSliceSize);
+ emptySoundSlice(_soundSliceSize * _soundBytesPerSample);
if (_soundStage == 1)
startSound = true;