From c2bbab4fec7fa568d45984177035f2ef15da075b Mon Sep 17 00:00:00 2001 From: Max Horn Date: Fri, 17 Jun 2011 11:29:24 +0200 Subject: SCI: Improve fallback detection for KQ7 --- engines/sci/detection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') 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 }, -- cgit v1.2.3