diff options
author | Filippos Karapetis | 2009-02-28 22:59:27 +0000 |
---|---|---|
committer | Filippos Karapetis | 2009-02-28 22:59:27 +0000 |
commit | 8e39ac9f12fb95ffda80116389d03f050beabd90 (patch) | |
tree | a3d70a398a43a99fbbcf30700cf10cf525aa405b | |
parent | f179dbfc71eafb4f84d342b8d2dac0d11dd4ecdf (diff) | |
download | scummvm-rg350-8e39ac9f12fb95ffda80116389d03f050beabd90.tar.gz scummvm-rg350-8e39ac9f12fb95ffda80116389d03f050beabd90.tar.bz2 scummvm-rg350-8e39ac9f12fb95ffda80116389d03f050beabd90.zip |
Fixed the SCI version in a version of Longbow, and fixed a typo in the MD5 of a version of SQ5
svn-id: r38986
-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 41acd68a39..d2fc7ed4e3 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -348,7 +348,7 @@ static const struct SciGameDescription SciGameDescriptions[] = { {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, {}, SCI_VERSION_AUTODETECT, - SCI_VERSION(1, 000, 168) + SCI_VERSION(1, 000, 510) }, // Conquests of the Longbow - English DOS Demo @@ -1977,7 +1977,7 @@ static const struct SciGameDescription SciGameDescriptions[] = { // Space Quest 5 - English DOS {{"sq5", "", { - {"resource.map", 0, "8bde0a9adb9a3e9aaa861826874c983", 6473}, + {"resource.map", 0, "8bde0a9adb9a3e9aaa861826874c9834", 6473}, {"resource.000", 0, "f4a48705764544d7cc64a7bb22a610df", 6025184}, {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, {}, |