aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v6.cpp
diff options
context:
space:
mode:
authorSven Hesse2010-08-08 01:02:49 +0000
committerSven Hesse2010-08-08 01:02:49 +0000
commit5dc322454de75e25d5db8b8f284131a166d558e7 (patch)
tree31ff84698185553714842344e5e5c35b38271946 /engines/gob/inter_v6.cpp
parent945103a43c9a15a4a9a07765197b0551593b4236 (diff)
downloadscummvm-rg350-5dc322454de75e25d5db8b8f284131a166d558e7.tar.gz
scummvm-rg350-5dc322454de75e25d5db8b8f284131a166d558e7.tar.bz2
scummvm-rg350-5dc322454de75e25d5db8b8f284131a166d558e7.zip
GOB: Fix playing of sound VMDs with a starting frame != 0
svn-id: r51910
Diffstat (limited to 'engines/gob/inter_v6.cpp')
-rw-r--r--engines/gob/inter_v6.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/gob/inter_v6.cpp b/engines/gob/inter_v6.cpp
index d9bb6dd573..73ef46bf31 100644
--- a/engines/gob/inter_v6.cpp
+++ b/engines/gob/inter_v6.cpp
@@ -118,6 +118,7 @@ void Inter_v6::o6_playVmdOrMusic() {
props.palStart = _vm->_game->_script->readValExpr();
props.palEnd = _vm->_game->_script->readValExpr();
props.palCmd = 1 << (props.flags & 0x3F);
+ props.forceSeek = true;
debugC(1, kDebugVideo, "Playing video \"%s\" @ %d+%d, frames %d - %d, "
"paletteCmd %d (%d - %d), flags %X", fileName,