aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/detection.cpp
diff options
context:
space:
mode:
authorMax Horn2011-06-17 11:20:43 +0200
committerMax Horn2011-06-17 14:21:17 +0200
commit055820c94b34eb948bb6f3cd7cec6697912ab794 (patch)
tree2a8c6b11576d9a775e1cfdb8c16e96d212df33fd /engines/sci/detection.cpp
parentcef5506e9f0ba328a064f058f074c979b8ba6485 (diff)
downloadscummvm-rg350-055820c94b34eb948bb6f3cd7cec6697912ab794.tar.gz
scummvm-rg350-055820c94b34eb948bb6f3cd7cec6697912ab794.tar.bz2
scummvm-rg350-055820c94b34eb948bb6f3cd7cec6697912ab794.zip
SCI: Improve fallback detection for GK2 demo
Diffstat (limited to 'engines/sci/detection.cpp')
-rw-r--r--engines/sci/detection.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/detection.cpp b/engines/sci/detection.cpp
index 038b0862de..03917a83aa 100644
--- a/engines/sci/detection.cpp
+++ b/engines/sci/detection.cpp
@@ -225,6 +225,7 @@ static const OldNewIdTableEntry s_oldNewTable[] = {
{ "emc", "funseeker", SCI_VERSION_NONE },
{ "gk", "gk1", SCI_VERSION_NONE },
// gk2 is the same
+ { "gk2demo", "gk2", SCI_VERSION_NONE },
{ "hoyledemo", "hoyle1", SCI_VERSION_NONE },
{ "cardgames", "hoyle1", SCI_VERSION_NONE },
{ "solitare", "hoyle2", SCI_VERSION_NONE },