From 8e39ac9f12fb95ffda80116389d03f050beabd90 Mon Sep 17 00:00:00 2001 From: Filippos Karapetis Date: Sat, 28 Feb 2009 22:59:27 +0000 Subject: [PATCH] Fixed the SCI version in a version of Longbow, and fixed a typo in the MD5 of a version of SQ5 svn-id: r38986 --- engines/sci/detection.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 41acd68a396..d2fc7ed4e3d 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}, {},