aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorMax Horn2011-06-17 11:29:24 +0200
committerMax Horn2011-06-17 14:21:17 +0200
commitc2bbab4fec7fa568d45984177035f2ef15da075b (patch)
tree4a1ad93c5b992de302d5de6fc685882cf038f199 /engines
parent055820c94b34eb948bb6f3cd7cec6697912ab794 (diff)
downloadscummvm-rg350-c2bbab4fec7fa568d45984177035f2ef15da075b.tar.gz
scummvm-rg350-c2bbab4fec7fa568d45984177035f2ef15da075b.tar.bz2
scummvm-rg350-c2bbab4fec7fa568d45984177035f2ef15da075b.zip
SCI: Improve fallback detection for KQ7
Diffstat (limited to 'engines')
-rw-r--r--engines/sci/detection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index 03917a83aa..7d093a75d8 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -237,7 +237,7 @@ static const OldNewIdTableEntry s_oldNewTable[] = {
{ "kq4", "kq4sci", SCI_VERSION_NONE },
// kq5 is the same
// kq6 is the same
- // kq7 is the same
+ { "kq7cd", "kq7", SCI_VERSION_NONE },
{ "mm1", "laurabow", SCI_VERSION_NONE },
{ "cb1", "laurabow", SCI_VERSION_NONE },
{ "lb2", "laurabow2", SCI_VERSION_NONE },