diff options
author | Travis Howell | 2009-02-19 04:14:16 +0000 |
---|---|---|
committer | Travis Howell | 2009-02-19 04:14:16 +0000 |
commit | 3d78df8d638584f8529c7abe37ec092170869d9a (patch) | |
tree | f1bc7c5e15ad009da325000c6910b55736acf0fa /engines | |
parent | bc6f48472a78775eb9fc61287b7cac86cc6eec96 (diff) | |
download | scummvm-rg350-3d78df8d638584f8529c7abe37ec092170869d9a.tar.gz scummvm-rg350-3d78df8d638584f8529c7abe37ec092170869d9a.tar.bz2 scummvm-rg350-3d78df8d638584f8529c7abe37ec092170869d9a.zip |
Update SCI version for Space Quest 4(Amiga).
svn-id: r38534
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sci/detection.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 2d256aff0d..8531fbe592 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -1136,7 +1136,7 @@ static const struct SciGameDescription SciGameDescriptions[] = { {"resource.006", 0, "ade814bc4d56244c156d9e9bcfebbc11", 664085}, {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformAmiga, 0}, {}, - SCI_VERSION(1, 000, 200) + SCI_VERSION(1, 000, 744) }, // Space Quest 4 - German Amiga (from www.back2roots.org) @@ -1151,7 +1151,7 @@ static const struct SciGameDescription SciGameDescriptions[] = { {"resource.006", 0, "67fb188b191d88efe8414af6ea297b93", 672675}, {NULL, 0, NULL, 0}}, Common::DE_DEU, Common::kPlatformAmiga, 0}, {}, - SCI_VERSION(1, 000, 200) + SCI_VERSION(1, 000, 744) }, // Space Quest 4 - English DOS |