diff options
author | Matthew Hoops | 2009-02-15 22:42:09 +0000 |
---|---|---|
committer | Matthew Hoops | 2009-02-15 22:42:09 +0000 |
commit | 43093c2d809f48ab1b265a89ef2b9adb9e253daf (patch) | |
tree | 74bd4b734008c10b98941459b3cdfc062b79ebb1 /engines/sci | |
parent | 4a51b55b65da2b8f121c378d6cc90fcef091d91a (diff) | |
download | scummvm-rg350-43093c2d809f48ab1b265a89ef2b9adb9e253daf.tar.gz scummvm-rg350-43093c2d809f48ab1b265a89ef2b9adb9e253daf.tar.bz2 scummvm-rg350-43093c2d809f48ab1b265a89ef2b9adb9e253daf.zip |
Mark kq1sci as "SCI Remake" instead of "VGA Remake". It's not in VGA ;)
svn-id: r38324
Diffstat (limited to 'engines/sci')
-rw-r--r-- | engines/sci/detection.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp index 8ff7b2f500..f423d454e6 100644 --- a/engines/sci/detection.cpp +++ b/engines/sci/detection.cpp @@ -283,8 +283,8 @@ static const struct SciGameDescription SciGameDescriptions[] = { {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, {}}, - // King's Quest 1 VGA Remake - English - {{"kq1sci", "VGA Remake", { + // King's Quest 1 SCI Remake - English + {{"kq1sci", "SCI Remake", { {"resource.map", 0, "7fe9399a0bec84ca5727309778d27f07", 5790}, {"resource.001", 0, "fed9e0072ffd511d248674e60dee2099", 555439}, {"resource.002", 0, "fed9e0072ffd511d248674e60dee2099", 714062}, @@ -292,8 +292,8 @@ static const struct SciGameDescription SciGameDescriptions[] = { {NULL, 0, NULL, 0}}, Common::EN_ANY, Common::kPlatformPC, 0}, {}}, - // King's Quest 1 VGA Remake - English Amiga (from www.back2roots.org) - {{"kq1sci", "VGA Remake", { + // King's Quest 1 SCI Remake - English Amiga (from www.back2roots.org) + {{"kq1sci", "SCI Remake", { {"resource.map", 0, "37ed1a05eb719629eba15059c2eb6cbe", 6798}, {"resource.001", 0, "9ae2a13708d691cd42f9129173c4b39d", 266621}, {"resource.002", 0, "9ae2a13708d691cd42f9129173c4b39d", 795123}, |