diff options
| author | Travis Howell | 2009-05-10 07:21:35 +0000 | 
|---|---|---|
| committer | Travis Howell | 2009-05-10 07:21:35 +0000 | 
| commit | 75b5bd418a0417033ec7ebc66f433274a19c5d1d (patch) | |
| tree | 62f45b3f3ff204078373fbe921455f8b9e60cb54 /engines | |
| parent | 6b6aca3fa314cf43d79f6957b71d046243022f95 (diff) | |
| download | scummvm-rg350-75b5bd418a0417033ec7ebc66f433274a19c5d1d.tar.gz scummvm-rg350-75b5bd418a0417033ec7ebc66f433274a19c5d1d.tar.bz2 scummvm-rg350-75b5bd418a0417033ec7ebc66f433274a19c5d1d.zip  | |
Update comment.
svn-id: r40409
Diffstat (limited to 'engines')
| -rw-r--r-- | engines/scumm/script_v6.cpp | 2 | 
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  | 
