From 75b5bd418a0417033ec7ebc66f433274a19c5d1d Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 10 May 2009 07:21:35 +0000 Subject: Update comment. svn-id: r40409 --- engines/scumm/script_v6.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm/script_v6.cpp') 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 -- cgit v1.2.3