aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/script_v6.cpp
diff options
context:
space:
mode:
authorTravis Howell2009-05-10 07:21:35 +0000
committerTravis Howell2009-05-10 07:21:35 +0000
commit75b5bd418a0417033ec7ebc66f433274a19c5d1d (patch)
tree62f45b3f3ff204078373fbe921455f8b9e60cb54 /engines/scumm/script_v6.cpp
parent6b6aca3fa314cf43d79f6957b71d046243022f95 (diff)
downloadscummvm-rg350-75b5bd418a0417033ec7ebc66f433274a19c5d1d.tar.gz
scummvm-rg350-75b5bd418a0417033ec7ebc66f433274a19c5d1d.tar.bz2
scummvm-rg350-75b5bd418a0417033ec7ebc66f433274a19c5d1d.zip
Update comment.
svn-id: r40409
Diffstat (limited to 'engines/scumm/script_v6.cpp')
-rw-r--r--engines/scumm/script_v6.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/scumm/script_v6.cpp b/engines/scumm/script_v6.cpp
index 1b836be445..5cfe543493 100644
--- a/engines/scumm/script_v6.cpp
+++ b/engines/scumm/script_v6.cpp
@@ -2464,7 +2464,7 @@ void ScummEngine_v7::o6_kernelSetFunctions() {
if ((_game.id == GID_FT) && (_game.features & GF_DEMO) && (_game.platform == Common::kPlatformMacintosh) &&
(!strcmp(videoname, "jumpgorge.san")))
_splayer->play("jumpgorg.san", _smushFrameRate);
- // TODO: Document exactly why this is required
+ // WORKAROUND: A faster frame rate is required, to keep audio/video in sync in this video
else if (_game.id == GID_DIG && !strcmp(videoname, "sq3.san"))
_splayer->play(videoname, 14);
else