aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorTravis Howell2006-03-31 01:28:35 +0000
committerTravis Howell2006-03-31 01:28:35 +0000
commitf991b88da8d4e4587236845eb323b2b0aaa4fbc1 (patch)
tree9f6b78a5cd3b6428981305e14862fd3b39183b57 /engines
parent469b1420da8e646a6f6fd3852af3326f9630e274 (diff)
downloadscummvm-rg350-f991b88da8d4e4587236845eb323b2b0aaa4fbc1.tar.gz
scummvm-rg350-f991b88da8d4e4587236845eb323b2b0aaa4fbc1.tar.bz2
scummvm-rg350-f991b88da8d4e4587236845eb323b2b0aaa4fbc1.zip
Fix skipping insane sequence in bundled Macintosh demo of FT
svn-id: r21507
Diffstat (limited to 'engines')
-rw-r--r--engines/scumm/plugin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/scumm/plugin.cpp b/engines/scumm/plugin.cpp
index 9336fa5962..8ef94cdc5a 100644
--- a/engines/scumm/plugin.cpp
+++ b/engines/scumm/plugin.cpp
@@ -605,6 +605,8 @@ static const ScummGameSettings multiple_versions_md5_settings[] = {
{"f1b0e0d587b85052de5534a3847e68fe", "Updated", GID_WATER, 6, 99, MDT_NONE,
GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows},
+ {"9b7452b5cd6d3ffb2b2f5118010af84f", "Mac Demo", GID_FT, 7, 0, MDT_NONE,
+ GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE | GF_DEMO, Common::kPlatformMacintosh},
{"9d7b67be003fea60be4dcbd193611936", "Mac Demo", GID_FT, 7, 0, MDT_NONE,
GF_NEW_COSTUMES | GF_NEW_CAMERA | GF_DIGI_IMUSE | GF_DEMO, Common::kPlatformMacintosh},
{"32a433dea56b86a55b59e4ff7d755711", "PC Demo", GID_FT, 7, 0, MDT_NONE,